mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and socketserver renaming.
This commit is contained in:
parent
5e7b1c07bc
commit
ea0b22a167
8 changed files with 12 additions and 12 deletions
|
@ -40,7 +40,7 @@ class AllTest(unittest.TestCase):
|
|||
self.check_all("configparser")
|
||||
self.check_all("Cookie")
|
||||
self.check_all("MimeWriter")
|
||||
self.check_all("Queue")
|
||||
self.check_all("queue")
|
||||
self.check_all("SimpleHTTPServer")
|
||||
self.check_all("socketserver")
|
||||
self.check_all("StringIO")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue