[issue4011] Create DAG for PEP 101

2013-02-03 Thread Georg Brandl
Georg Brandl added the comment: 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. ---

[issue4011] Create DAG for PEP 101

2013-02-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue4011] Create DAG for PEP 101

2013-02-01 Thread Brett Cannon
Brett Cannon added the comment: 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. -- assignee: larry -> ___ Python tracker

[issue4011] Create DAG for PEP 101

2012-07-06 Thread Georg Brandl
Georg Brandl added the comment: I think you can make nice graphs with graphviz if you put effort into it :) -- assignee: georg.brandl -> larry ___ Python tracker ___

[issue4011] Create DAG for PEP 101

2012-07-02 Thread Larry Hastings
Larry Hastings added the comment: 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. -- ___ Python tracker

[issue4011] Create DAG for PEP 101

2012-07-02 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue4011] Create DAG for PEP 101

2012-07-02 Thread Brett Cannon
Brett Cannon added the comment: Is this still worth doing, Georg? Or should we make Larry do it? =) -- nosy: +larry ___ Python tracker ___ ___

[issue4011] Create DAG for PEP 101

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: I'll probably get around to do this during the 3.2 period. -- assignee: -> georg.brandl nosy: +georg.brandl ___ Python tracker ___ __

[issue4011] Create DAG for PEP 101

2009-03-28 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: brett.cannon -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue4011] Create DAG for PEP 101

2009-02-10 Thread Brett Cannon
Changes by Brett Cannon : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue4011] Create DAG for PEP 101

2008-10-01 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: 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. -- assignee: brett.cannon messages: 741