]> granicus.if.org Git - python/commit
Issue3187 for Macintosh platform:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 3 Oct 2008 21:57:20 +0000 (21:57 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 3 Oct 2008 21:57:20 +0000 (21:57 +0000)
commitb186f3438419a6c881705a42db1ecc4e52f5241e
tree6415831b75a16b3a01a975d8cd720d54cf57dd26
parentf60fe81030834800869151fe0414ddc3e7c21939
Issue3187 for Macintosh platform:
macpath.py now accepts both unicode string and bytes as file names.
Also add more tests for these functions.

Reviewed by Benjamin.
Lib/macpath.py
Lib/test/test_macpath.py