[issue9850] obsolete macpath module dangerously broken and should be removed

Oleg Oshmyan report at bugs.python.org
Thu Aug 18 14:08:51 CEST 2011


Oleg Oshmyan <chortos at inbox.lv> added the comment:

I fully agree with Ronald’s proposal. And for a start, here is a trivial patch that fixes macpath.join('', ...) [at the moment it just returns its last argument]. By the way, this fix is probably eligible for inclusion in Python 2.7 too.

I also have ‘implement macpath.relpath’ in my to-do list, although in practice this means nothing.

----------
keywords: +patch
nosy: +chortos
Added file: http://bugs.python.org/file22929/macpath_join_fix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9850>
_______________________________________


More information about the Python-bugs-list mailing list