[issue23079] os.path.normcase documentation confusing

2021-06-21 Thread Irit Katriel
Irit Katriel added the comment: This has been fixed by now: https://docs.python.org/3/library/os.path.html#os.path.normpath -- nosy: +iritkatriel resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue23079] os.path.normcase documentation confusing

2014-12-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Or would s/case-insensitive/not case-preserving/ be more accurate? (Well, > you'd probably rewrite the sentence to eliminate the 'not'). This would not be more accurate because behavior depends from OS, not from file system. On Unix/Linux your can mount ca

[issue23079] os.path.normcase documentation confusing

2014-12-18 Thread R. David Murray
R. David Murray added the comment: Or would s/case-insensitive/not case-preserving/ be more accurate? (Well, you'd probably rewrite the sentence to eliminate the 'not'). -- nosy: +r.david.murray ___ Python tracker

[issue23079] os.path.normcase documentation confusing

2014-12-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: ... and OS/2 (in 2.7). -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue23079] os.path.normcase documentation confusing

2014-12-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: s/on case-insensitive filesystems/on Windows/ ? -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue23079] os.path.normcase documentation confusing

2014-12-18 Thread Chris Jerdonek
New submission from Chris Jerdonek: The documentation for os.path.normcase(path) is currently confusing or self-contradictory. Currently, it reads-- "Normalize the case of a pathname. On Unix and Mac OS X, this returns the path unchanged; on case-insensitive filesystems, it converts the path