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 mark.dickinson
Recipients flox, mark.dickinson, ncoghlan
Date 2010-04-03.19:03:47
SpamBayes Score 1.2289555e-08
Marked as misclassified No
Message-id <1270321429.91.0.279514342149.issue7772@psf.upfronthosting.co.za>
In-reply-to
Content
This still seems to be an issue for OS X.  With the current trunk (r79716), I get:

Mark-Dickinsons-MacBook-Pro:trunk dickinsm$ ./python.exe -3 ./Lib/test/regrtest.py test_macostools test_py3kwarn
test_macostools
/Users/dickinsm/python/svn/trunk/Lib/importlib/__init__.py:37: DeprecationWarning: In 3.x, the MacOS module is removed.
  __import__(name)
/Users/dickinsm/python/svn/trunk/Lib/test/test_macostools.py:10: DeprecationWarning: In 3.x, the Carbon package is removed.
  import Carbon.File
/Users/dickinsm/python/svn/trunk/Lib/test/test_macostools.py:11: DeprecationWarning: In 3.x, the macostools module is removed.
  import macostools
test_py3kwarn
test test_py3kwarn failed -- Traceback (most recent call last):
  File "/Users/dickinsm/python/svn/trunk/Lib/test/test_py3kwarn.py", line 387, in test_platform_specific_removals
    self.check_removal(module_name, optional=True)
  File "/Users/dickinsm/python/svn/trunk/Lib/test/test_py3kwarn.py", line 376, in check_removal
    .format(module_name))
AssertionError: DeprecationWarning not raised for MacOS

1 test OK.
1 test failed:
    test_py3kwarn
[40996 refs]
History
Date User Action Args
2010-04-03 19:03:50mark.dickinsonsetrecipients: + mark.dickinson, ncoghlan, flox
2010-04-03 19:03:49mark.dickinsonsetmessageid: <1270321429.91.0.279514342149.issue7772@psf.upfronthosting.co.za>
2010-04-03 19:03:48mark.dickinsonlinkissue7772 messages
2010-04-03 19:03:48mark.dickinsoncreate