[issue14940] Usage documentation for pysetup

2013-02-04 Thread Éric Araujo
Éric Araujo added the comment: pysetup is no more. -- resolution: -> wont fix stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue14940] Usage documentation for pysetup

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Packaging is out, no more blocking. -- priority: deferred blocker -> normal versions: +Python 3.4 ___ Python tracker ___

[issue14940] Usage documentation for pysetup

2012-06-19 Thread Georg Brandl
Georg Brandl added the comment: Ping. This isn't necessary for beta1, but would be nice to have once the final release draws near. -- nosy: +georg.brandl ___ Python tracker __

[issue14940] Usage documentation for pysetup

2012-05-28 Thread Nick Coghlan
Nick Coghlan added the comment: See my reply on #14939. We need to start getting command line usage information *out* of the standard library reference and documenting it here. -- ___ Python tracker _

[issue14940] Usage documentation for pysetup

2012-05-28 Thread Éric Araujo
Éric Araujo added the comment: I agree the doc needs work (I have a patch in progress), but don’t think it should be in “Python Setup and Usage” any more than pydoc or 2to3 or -m unittest, so suggest this be closed in favor of #12779. -- ___ Python

[issue14940] Usage documentation for pysetup

2012-05-28 Thread Nick Coghlan
New submission from Nick Coghlan : Command line documentation for pysetup must be provided under http://docs.python.org/dev/using/index.html before 3.3 is released. -- messages: 161816 nosy: eric.araujo, ncoghlan, tarek priority: deferred blocker severity: normal stage: needs patch stat