[issue9934] Python Docs Typo

2010-09-27 Thread Éric Araujo
Éric Araujo added the comment: Ported to distutils2 in 2f460982b025, thanks! -- components: +Distutils2 nosy: +eric.araujo ___ Python tracker ___

[issue9934] Python Docs Typo

2010-09-24 Thread Brian Curtin
Brian Curtin added the comment: Fixed in r85002. This was taken care of on py3k a while ago. -- assignee: d...@python -> brian.curtin nosy: +brian.curtin resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: -> behavior versions: -Python 3.1, Pyth

[issue9934] Python Docs Typo

2010-09-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: Agreed. Should happen sometime. Thanks for catching this. -- nosy: +terry.reedy ___ Python tracker ___ _

[issue9934] Python Docs Typo

2010-09-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +easy, patch stage: -> needs patch versions: -Python 2.5, Python 2.6, Python 3.3 ___ Python tracker ___

[issue9934] Python Docs Typo

2010-09-23 Thread Retro
New submission from Retro : http://docs.python.org/distutils/sourcedist.html#manifest-related-options Please visit the above link and note the typo in: -o is a sortcut for --manifest-only. Should be: -o is a shortcut for --manifest-only. The word "sortcut" is a typo. Please fix it to "shortcut