homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sharif.Nassar
Recipients Sharif.Nassar, alexis, eric.araujo, tarek, todddeluca, tshepang
Date 2012年05月26日.01:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337997550.25.0.425785667651.issue14858@psf.upfronthosting.co.za>
In-reply-to
Content
Even better:
diff -r 747eec42e7ae distutils2/create.py
--- a/distutils2/create.py Mon May 21 17:01:44 2012 -0400
+++ b/distutils2/create.py Fri May 25 19:04:22 2012 -0700
@@ -674,7 +674,7 @@
 %s
 
 Status''' % '\n'.join('%s - %s' % (i, maturity_name(n))
- for i, n in enumerate(PROJECT_MATURITY))
+ for i, n in enumerate(PROJECT_MATURITY, 1 ))
 while True:
 choice = ask(dedent(maturity_question), required=False)
History
Date User Action Args
2012年05月26日 01:59:10Sharif.Nassarsetrecipients: + Sharif.Nassar, tarek, eric.araujo, alexis, tshepang, todddeluca
2012年05月26日 01:59:10Sharif.Nassarsetmessageid: <1337997550.25.0.425785667651.issue14858@psf.upfronthosting.co.za>
2012年05月26日 01:59:09Sharif.Nassarlinkissue14858 messages
2012年05月26日 01:59:09Sharif.Nassarcreate

AltStyle によって変換されたページ (->オリジナル) /