This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients brett.cannon, ezio.melotti, michael.foord, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-06-16.14:29:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <6101933.cBtqNJygWh@raxxla>
In-reply-to <1402926359.21.0.296908773347.issue21741@psf.upfronthosting.co.za>
Content
Some abstract test classes now are included in testing:

Lib/test/test_calendar.py: MonthCalendarTestCase
Lib/test/test_csv.py: TestCsvBase
Lib/test/test_funcattrs.py: FuncAttrsTest
Lib/test/test_sys_setprofile.py: TestCaseBase
Lib/test/test_telnetlib.py: ExpectAndReadTestCase
Lib/test/test_thread.py: BasicThreadTest
Lib/test/test_unicodedata.py: UnicodeDatabaseTest
(and may be other)

Lib/test/test_enumerate.py, Lib/test/test_functools.py, Lib/test/test_list.py, 
Lib/test/test_peepholer.py, Lib/test/test_sort.py verified reference counting 
in verbose mode. Now this code is deleted.
History
Date User Action Args
2014-06-16 14:29:49serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, terry.reedy, ezio.melotti, r.david.murray, michael.foord, zach.ware
2014-06-16 14:29:49serhiy.storchakalinkissue21741 messages
2014-06-16 14:29:49serhiy.storchakacreate