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 serhiy.storchaka, vstinner
Date 2016-11-20.15:12:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479654774.37.0.91353335155.issue28655@psf.upfronthosting.co.za>
In-reply-to
Content
Most warnings are fixed in issue19398. The only warnings are left in test_import and test_lib2to3.

$ ./python -I -S -m test.regrtest -vv test_import test_lib2to3 >/dev/null
Warning -- files was modified by test_import
  Before: []
  After:  ['@test_15631_tmp.pyc'] 
/home/serhiy/py/cpython3.6/Lib/lib2to3/tests/test_parser.py:393: UserWarning: ParseError on file /home/serhiy/py/cpython3.6/Lib/lib2to3/main.py (bad input: type=22, value='=', context=('', (130, 38)))
  warnings.warn('ParseError on file %s (%s)' % (filepath, err))
/home/serhiy/py/cpython3.6/Lib/lib2to3/tests/test_parser.py:393: UserWarning: ParseError on file /home/serhiy/py/cpython3.6/Lib/lib2to3/tests/pytree_idempotency.py (bad input: type=22, value='=', context=('', (49, 33)))
  warnings.warn('ParseError on file %s (%s)' % (filepath, err))
History
Date User Action Args
2016-11-20 15:12:54serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2016-11-20 15:12:54serhiy.storchakasetmessageid: <1479654774.37.0.91353335155.issue28655@psf.upfronthosting.co.za>
2016-11-20 15:12:54serhiy.storchakalinkissue28655 messages
2016-11-20 15:12:54serhiy.storchakacreate