]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20604: Added missed invalid mode in error message of socket.makefile().
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Nov 2014 10:34:07 +0000 (12:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Nov 2014 10:34:07 +0000 (12:34 +0200)
commita9568bb44a8f955a1194a91de31dc29e0e4fe7c8
treeb088c38c2b6b9689ab2c6613554fd8c5d201ed7f
parent1d922d0ce92a95437616a3793c6068b51ec72a5d
parentfca2fc090c8227e8693a2b53dcdafd80bef06c1f
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Based on patch by Franck Michea.
Lib/socket.py