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 flox
Recipients Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, flox, pitrou, vstinner
Date 2010-08-15.13:01:38
SpamBayes Score 0.0005254194
Marked as misclassified No
Message-id <1281877300.7.0.777222829356.issue9425@psf.upfronthosting.co.za>
In-reply-to
Content
r83972 breaks OS X buildbots: support.TESTFN_UNENCODABLE is not defined if sys.platform == 'darwin'.

  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_imp.py", line 309, in <module>
    class NullImporterTests(unittest.TestCase):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_imp.py", line 310, in NullImporterTests
    @unittest.skipIf(support.TESTFN_UNENCODABLE is None,
AttributeError: 'module' object has no attribute 'TESTFN_UNENCODABLE'
History
Date User Action Args
2010-08-15 13:01:40floxsetrecipients: + flox, amaury.forgeotdarc, pitrou, vstinner, ezio.melotti, eric.araujo, Arfrever
2010-08-15 13:01:40floxsetmessageid: <1281877300.7.0.777222829356.issue9425@psf.upfronthosting.co.za>
2010-08-15 13:01:39floxlinkissue9425 messages
2010-08-15 13:01:38floxcreate