Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create DAG for PEP 101 #48261

Closed
brettcannon opened this issue Oct 1, 2008 · 7 comments
Closed

Create DAG for PEP 101 #48261

brettcannon opened this issue Oct 1, 2008 · 7 comments

Comments

@brettcannon
Copy link
Member

BPO 4011
Nosy @brettcannon, @birkenfeld, @larryhastings, @ezio-melotti, @merwok

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-02-03.09:01:06.824>
created_at = <Date 2008-10-01.21:31:05.238>
labels = []
title = 'Create DAG for PEP 101'
updated_at = <Date 2013-02-03.09:01:06.822>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2013-02-03.09:01:06.822>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2013-02-03.09:01:06.824>
closer = 'georg.brandl'
components = []
creation = <Date 2008-10-01.21:31:05.238>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 4011
keywords = []
message_count = 7.0
messages = ['74147', '112547', '164531', '164577', '164758', '181127', '181250']
nosy_count = 5.0
nosy_names = ['brett.cannon', 'georg.brandl', 'larry', 'ezio.melotti', 'eric.araujo']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = 'needs patch'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4011'
versions = []

@brettcannon
Copy link
Member Author

PEP-101 says it would be nice to have a dependency graph that showed
what could and could not be done in parallel when cutting a release.
Should throw one together using OmniGraffle or Graphviz.

@brettcannon brettcannon self-assigned this Oct 1, 2008
@brettcannon brettcannon removed their assignment Mar 28, 2009
@birkenfeld
Copy link
Member

I'll probably get around to do this during the 3.2 period.

@birkenfeld birkenfeld self-assigned this Aug 2, 2010
@brettcannon
Copy link
Member Author

Is this still worth doing, Georg? Or should we make Larry do it? =)

@larryhastings
Copy link
Contributor

Note: I don't have Macs, so I can't run OmniGiraffe. And a quick gander at the Graphviz website suggests its output lacks the sublime elegance Python documentation has become known for.

@birkenfeld
Copy link
Member

I think you can make nice graphs with graphviz if you put effort into it :)

@brettcannon
Copy link
Member Author

Would this still be useful to do? Thanks to my latest import talk I have experience with graphviz but I don't want to waste my time if people don't need it.

@birkenfeld
Copy link
Member

While it's nice to look at a graphical representation, clearly there is no deep interest (and PEP-101 has so many little steps that you couldn't possibly fit them all into a graph, so you have to consult the text anyway). I see no reason to keep this open.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants