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 pitrou
Recipients ezio.melotti, loewis, pitrou
Date 2009-05-03.17:36:54
SpamBayes Score 1.0156531e-06
Marked as misclassified No
Message-id <1241372216.49.0.847578529009.issue5913@psf.upfronthosting.co.za>
In-reply-to
Content
As for the "C:" behaviour, I think it is normal: you are not specifying
the path itself, only the drive letter, so it uses the current path in
the specified drive (which /is/ cwd if you are already running from C:,
but may be something else if running from another drive).

As for '' and b'', I think that ambiguity is bad and these values should
be prohibited by Python (ValueError comes to mind).
History
Date User Action Args
2009-05-03 17:36:56pitrousetrecipients: + pitrou, loewis, ezio.melotti
2009-05-03 17:36:56pitrousetmessageid: <1241372216.49.0.847578529009.issue5913@psf.upfronthosting.co.za>
2009-05-03 17:36:55pitroulinkissue5913 messages
2009-05-03 17:36:54pitroucreate