STINNER Victor <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue13374> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
