[issue1611154] os.path.exists("file/") failure on Solaris 9

2013-12-01 Thread Charles-François Natali
Changes by Charles-François Natali : -- resolution: -> rejected stage: patch review -> committed/rejected status: pending -> closed ___ Python tracker ___

[issue1611154] os.path.exists("file/") failure on Solaris 9

2013-08-02 Thread Charles-François Natali
Changes by Charles-François Natali : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue1611154] os.path.exists("file/") failure on Solaris 9

2013-06-14 Thread Charles-François Natali
Charles-François Natali added the comment: I don't like the idea of adding such a kludge to workaround an OS bug - especially since Solaris 9 won't be supported for too long. -- nosy: +neologix ___ Python tracker

[issue1611154] os.path.exists("file/") failure on Solaris 9

2013-06-13 Thread A.M. Kuchling
A.M. Kuchling added the comment: Here's an updated version of the patch. It at least compiles and runs on MacOS, but I don't have a Solaris installation to check whether it still fixes the problem on Solaris 9. Note that, according to http://en.wikipedia.org/wiki/Solaris_(operating_system)#V

[issue1611154] os.path.exists("file/") failure on Solaris 9

2013-01-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The patch need be revised for 3.3+. -- nosy: +jcea, serhiy.storchaka versions: +Python 3.3, Python 3.4 -Python 3.1 ___ Python tracker ___ __

[issue1611154] os.path.exists("file/") failure on Solaris 9

2010-08-25 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: unit test needed -> patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ _

[issue1611154] os.path.exists("file/") failure on Solaris 9

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Build stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker ___ _