[issue9645] PEP 383: os.pathconf() does not accept surrogateescape arguments

2013-12-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: As 3.2 now in security fixes only mode, this issue has no targets. -- resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker

[issue9645] PEP 383: os.pathconf() does not accept surrogateescape arguments

2012-12-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Please provide a full patch, doesn't split it on parts which should be applied one over other. Test needed. -- stage: patch review -> test needed ___ Python tracker _

[issue9645] PEP 383: os.pathconf() does not accept surrogateescape arguments

2012-12-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This was fixed in 3.3 (the complex solution is not backportable), therefore this is 3.2 only issue. -- nosy: +haypo, serhiy.storchaka stage: -> patch review versions: -Python 3.1 ___ Python tracker

[issue9645] PEP 383: os.pathconf() does not accept surrogateescape arguments

2010-08-19 Thread David Watson
Changes by David Watson : Added file: http://bugs.python.org/file18580/pathconf-cleanup.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue9645] PEP 383: os.pathconf() does not accept surrogateescape arguments

2010-08-19 Thread David Watson
New submission from David Watson : The pathconf() function still converts its argument with the "s" format; the attached pathconf-pep383-3.2.diff fixes it to use PyUnicode_FSConverter() (in 3.2). Also attaching pathconf-cleanup.diff to clean up the indentation, which otherwise makes the code rat