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 r.david.murray
Recipients r.david.murray
Date 2010-06-17.13:40:14
SpamBayes Score 0.001987863
Marked as misclassified No
Message-id <1276782016.7.0.192519527211.issue9018@psf.upfronthosting.co.za>
In-reply-to
Content
os.path.normcase(None) raises an error on Windows but returns None on linux.  os.path.abspath(None) raises an error in both cases.  os.path.normcase(None) should raise an error on linux.

I've only marked this for 3.2 because I suspect there may be linux code out there that this will break, so the fix should probably only be applied to 3.2.  (I discovered this because a unit test someone else wrote passed on linux but failed on windows.)
History
Date User Action Args
2010-06-17 13:40:16r.david.murraysetrecipients: + r.david.murray
2010-06-17 13:40:16r.david.murraysetmessageid: <1276782016.7.0.192519527211.issue9018@psf.upfronthosting.co.za>
2010-06-17 13:40:14r.david.murraylinkissue9018 messages
2010-06-17 13:40:14r.david.murraycreate