[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 ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4011 ___ ___ Python-bugs-list

[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 ge...@python.org added the comment: I think you can make nice graphs with graphviz if you put effort into it :) -- assignee: georg.brandl - larry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4011

[issue4011] Create DAG for PEP 101

2012-07-02 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Is this still worth doing, Georg? Or should we make Larry do it? =) -- nosy: +larry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4011 ___

[issue4011] Create DAG for PEP 101

2012-07-02 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4011 ___ ___ Python-bugs-list

[issue4011] Create DAG for PEP 101

2012-07-02 Thread Larry Hastings
Larry Hastings la...@hastings.org 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. -- ___

[issue4011] Create DAG for PEP 101

2010-08-02 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I'll probably get around to do this during the 3.2 period. -- assignee: - georg.brandl nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4011

[issue4011] Create DAG for PEP 101

2009-03-28 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- assignee: brett.cannon - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4011 ___ ___ Python-bugs-list

[issue4011] Create DAG for PEP 101

2009-02-10 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4011 ___ ___ Python-bugs-list

[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: