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 georg.brandl
Recipients Arfrever, barry, benjamin.peterson, bruno.Piguet, georg.brandl, giampaolo.rodola, larry, python-dev, r.david.murray
Date 2013-09-17.05:35:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379396152.54.0.882095502627.issue14984@psf.upfronthosting.co.za>
In-reply-to
Content
I would welcome a "versionchanged" block in the docs addition.

There seems to be a stray space in the string in the last line here:

+                            try:
+                                user = pwd.getpwuid(os.getuid())[0]
+                            except KeyError:
+                                user = 'uid %s ' % os.getuid()

Otherwise, fine for 3.2.
History
Date User Action Args
2013-09-17 05:35:52georg.brandlsetrecipients: + georg.brandl, barry, larry, giampaolo.rodola, benjamin.peterson, Arfrever, r.david.murray, python-dev, bruno.Piguet
2013-09-17 05:35:52georg.brandlsetmessageid: <1379396152.54.0.882095502627.issue14984@psf.upfronthosting.co.za>
2013-09-17 05:35:52georg.brandllinkissue14984 messages
2013-09-17 05:35:52georg.brandlcreate