]> granicus.if.org Git - python/commit
Issue #15494: test.support is now a package rather than a module
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 28 Jul 2013 11:06:50 +0000 (21:06 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 28 Jul 2013 11:06:50 +0000 (21:06 +1000)
commit69e3bda310f55816403e4c7fda42ab96d81c31be
tree8de978e382d156c8a5089e107944169b8dfa0b6b
parent725d9dd1a7ae29d2e592aa8f74f899d27bc941d4
Issue #15494: test.support is now a package rather than a module

Also including this change in 3.3 to help avoid spurious conflicts
between the two most active branches.

(Initial patch by Indra Talip)
Lib/test/support/__init__.py [moved from Lib/test/support.py with 99% similarity]
Lib/test/test_linecache.py
Misc/ACKS
Misc/NEWS