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 akuchling
Recipients akuchling, christian.heimes, tarek
Date 2008-02-23.23:15:22
SpamBayes Score 0.029726177
Marked as misclassified No
Message-id <1203808523.59.0.543381358821.issue1858@psf.upfronthosting.co.za>
In-reply-to
Content
Random notes on bugday.distutils.patch:

* dist.py: this change should definitely be applied, no matter what 
  happens to the rest of the patch.

* Yay!  Lots of tests!

* distutils.pypirc: I'm doubtful of the finalize_options() here;
  looking for '-r' in the args seems like it could get confused 
  if there are packages or other arguments that just happen
  to use that name.  It seems like a remote possibility, but still...

* distutils.pypirc: Class name typo in module docstring.
  
* Would the distutils.pypirc module be better named something like
  distutils.config?

* register.py: why use PyPIRCCommand.DEFAULT_REPOSITORY 
  and not register.DEFAULT_REPOSITORY?  I guess it's more useful to
  have a single Distutil-wide default repository.  No action needed.
History
Date User Action Args
2008-02-23 23:15:23akuchlingsetspambayes_score: 0.0297262 -> 0.029726177
recipients: + akuchling, christian.heimes, tarek
2008-02-23 23:15:23akuchlingsetspambayes_score: 0.0297262 -> 0.0297262
messageid: <1203808523.59.0.543381358821.issue1858@psf.upfronthosting.co.za>
2008-02-23 23:15:23akuchlinglinkissue1858 messages
2008-02-23 23:15:22akuchlingcreate