]> granicus.if.org Git - python/commit
Issue 21469: Minor code modernization (convert and/or expression to an if/else expre...
authorRaymond Hettinger <python@rcn.com>
Tue, 13 May 2014 05:22:46 +0000 (22:22 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 13 May 2014 05:22:46 +0000 (22:22 -0700)
commit38acd4c028f72a80079c27d68c8da2efd059a38d
tree61ce3c9da3d1cb1d65f8a0aa9e96a92e8c4b11cf
parent51669d8c188dad5b4e9fc071e5d2e8f8cde9ed37
Issue 21469:  Minor code modernization (convert and/or expression to an if/else expression).

Suggested by: Tal Einat
Lib/urllib/robotparser.py