[issue2475] Popen.poll always returns None

2010-06-18 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue8990] array constructor and array.fromstring should accept bytearray.

2010-06-18 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: > This, to me, implies that .fromstring should accept bytearray (though > probably not general buffer objects). In 2.x, I understand .fromstring > to initialize an array from machine bytes read into a string, but not > .fromunicode. This is *not* a text m

[issue5904] strftime docs do not explain locale affect on result string

2010-06-18 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Victor, this is your chance to add French to Python docs! -- keywords: +easy nosy: +belopolsky, haypo ___ Python tracker ___ _

[issue6641] datetime.strptime doesn't support %z format ?

2010-06-18 Thread Éric Araujo
Éric Araujo added the comment: PEP 8 says: “If your public attribute name collides with a reserved keyword, append a single trailing underscore to your attribute name. This is preferable to an abbreviation or corrupted spelling.” e.g. “class_” is used for an HTML class. “(However, notwithsta

[issue9026] [argparse] Subcommands not printed in the same order they were added

2010-06-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the nice report and patch! I don’t know if Steven maintains argparse first in Python’s repository and then makes external releases or if he touches first his argparse repo and then Python’s, but if it’s the former, please generate your diff again from

[issue9023] distutils relative path errors

2010-06-18 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok versions: +Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mai

<    1   2