]> granicus.if.org Git - python/commit
Fix a couple of strings that were no-ops. urllib.open_file was a docstring
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 9 Apr 2006 04:00:49 +0000 (04:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 9 Apr 2006 04:00:49 +0000 (04:00 +0000)
commitc5d0dbd328da9a193c055db96af6fb761617b7fe
tree48bc939cb8a5c34c92a96997a2259cc0086d754d
parenta31bf18c48654640b7020e8900928f9db862a1a5
Fix a couple of strings that were no-ops.  urllib.open_file was a docstring
in 2.4, so put it back.  The string in telnetlib looks like a comment.
Lib/telnetlib.py
Lib/urllib.py