[Python-Dev] PEP 428 (pathlib) now committed
Antoine Pitrou
solipsis at pitrou.net
Fri Nov 22 19:52:10 CET 2013
More information about the Python-Dev mailing list
Fri Nov 22 19:52:10 CET 2013
- Previous message: [Python-Dev] PEP 428 (pathlib) now committed
- Next message: [Python-Dev] PEP 428 (pathlib) now committed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 22 Nov 2013 17:44:55 +0100 Antoine Pitrou <solipsis at pitrou.net> wrote: > > I've pushed pathlib to the repository. I'm hopeful there won't be > new buildbot failures because of it, but still, there may be some > platform-specific issues I'm unaware of. Actually, there turn out to be two platform-specific issues: - test_glob() failure under POSIX case-insensitive filesystems (in other words, OS X :-)): http://bugs.python.org/issue19718 - test_touch_common() failure under the Windows buildbot: http://bugs.python.org/issue19715 I'd be glad to have help or insight from people experts with those platforms on the issues above! Regards Antoine.
- Previous message: [Python-Dev] PEP 428 (pathlib) now committed
- Next message: [Python-Dev] PEP 428 (pathlib) now committed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list