STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Updated patch:

 * os.rename(), os.symlink(), os.link() accept (bytes, str) and (str, bytes) 
again
 * ensure that the warning is emited after parsing arguments, not before (to 
not emit a warning if an int is passed instead of bytes or str)
 * add a test on os.open()

----------
Added file: http://bugs.python.org/file23647/deprecate_win_bytes_api-2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13374>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to