Jeff McNeil <j...@jmcneil.net> added the comment:

The normcase call isn't exactly a no-op in ntpath.py as it also swaps / for \\. 
 Removing the .lower() seems to simply make it a watered down version of 
normpath.

There are a couple of options I guess.  We could simply keep the altsep, or 
update _get_default_tempdir to use normpath?  

I'd be happy to do it once everyone agrees =)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14255>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to