]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting)
authorBarry Warsaw <barry@python.org>
Mon, 4 Jun 2001 18:59:53 +0000 (18:59 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 4 Jun 2001 18:59:53 +0000 (18:59 +0000)
commitcbe99a1f1d60217d299da9493f0fa266620f79ab
tree32cb5a0736c80dacf1564c981725fb906fdf71fc
parent1f6982a96ffc3e1315214550e0fbf160f45b09a6
The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting)
was applied to urllib.py, but the corresponding change to
test_urllib.py was not applied.  Backport revision 1.6 of this file
into the 2.0 maintenance branch.

----------------------------
revision 1.6
date: 2001/01/19 07:00:08;  author: tim_one;  state: Exp;  lines: +8 -3
urllib.py very recently changed to produce uppercase escapes, but no
corresponding changes were made to its std test.
----------------------------
Lib/test/test_urllib.py