]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
For readable() objects, the previous value of 'flags' was ignored.
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 7 Jul 2004 12:23:53 +0000 (12:23 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 7 Jul 2004 12:23:53 +0000 (12:23 +0000)
commit6fe93cdeb31c699babf0efee7957bea3c4b0e576
tree4c8c4fc2cc9fd9864e5488a7cba617d1e7fd2f9c
parentad6ce46f4944d982f0a9b969481f530f48495640
For readable() objects, the previous value of 'flags' was ignored.
Rearrange code for writable() case to make the parallel logic clearer
Lib/asyncore.py