[issue31029] test_tokenize fails when run directly

2017-08-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___ __

[issue31029] test_tokenize fails when run directly

2017-08-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9cd0ef8f3b93818f0ee5318cb1fc9a1ea32e95b6 by Serhiy Storchaka (Rajath Agasthya) in branch '3.6': bpo-31029: test_tokenize Add missing import unittest (#2998) https://github.com/python/cpython/commit/9cd0ef8f3b93818f0ee5318cb1fc9a1ea32e95b6

[issue31029] test_tokenize fails when run directly

2017-08-03 Thread Rajath Agasthya
Changes by Rajath Agasthya : -- pull_requests: +3035 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31029] test_tokenize fails when run directly

2017-07-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> backport needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue31029] test_tokenize fails when run directly

2017-07-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Stéphane. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue31029] test_tokenize fails when run directly

2017-07-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 90addd6d1c1fde4ec12a6b554d1deacfac6a879c by Serhiy Storchaka (Stéphane Wirtel) in branch 'master': bpo-31029: test_tokenize Add missing import unittest (#2865) https://github.com/python/cpython/commit/90addd6d1c1fde4ec12a6b554d1deacfac6a879c -

[issue31029] test_tokenize fails when run directly

2017-07-25 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Serhiy you are free to merge my PR, and I will do the backport for 3.6 -- ___ Python tracker ___ __

[issue31029] test_tokenize fails when run directly

2017-07-25 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- pull_requests: +2915 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31029] test_tokenize fails when run directly

2017-07-25 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: fixed, I am going to push my branch -- nosy: +matrixise ___ Python tracker ___ ___ Python-bugs-list

[issue31029] test_tokenize fails when run directly

2017-07-25 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python Lib/test/test_tokenize.py Traceback (most recent call last): File "Lib/test/test_tokenize.py", line 1607, in unittest.main() NameError: name 'unittest' is not defined -- components: Tests keywords: easy messages: 299062 nosy: serhiy