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 brett.cannon
Recipients brett.cannon
Date 2015-03-31.13:39:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427809153.77.0.260576385757.issue23822@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_double_dot_no_clobber (__main__.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/bcannon/Repositories/cpython/default/Lib/test/test_py_compile.py", line 115, in test_double_dot_no_clobber
    'foo.bar.{}.pyc'.format(sys.implementation.cache_tag)))
AssertionError: '__pycache__/foo.bar.cpython-35.pyo' != '__pycache__/foo.bar.cpython-35.pyc'
- __pycache__/foo.bar.cpython-35.pyo
?                                  ^
+ __pycache__/foo.bar.cpython-35.pyc
?
History
Date User Action Args
2015-03-31 13:39:13brett.cannonsetrecipients: + brett.cannon
2015-03-31 13:39:13brett.cannonsetmessageid: <1427809153.77.0.260576385757.issue23822@psf.upfronthosting.co.za>
2015-03-31 13:39:13brett.cannonlinkissue23822 messages
2015-03-31 13:39:13brett.cannoncreate