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 vstinner
Recipients benjamin.peterson, christian.heimes, jafo, r.david.murray, ronaldoussoren, tarek, vstinner
Date 2010-05-08.11:20:03
SpamBayes Score 0.0001828396
Marked as misclassified No
Message-id <1273317605.87.0.37615237516.issue8084@psf.upfronthosting.co.za>
In-reply-to
Content
> And committed to 3.2 in r80968

This commit introduced a regression:

http://www.python.org/dev/buildbot/all/builders/AMD64 Ubuntu wide 3.x/builds/1055

======================================================================
FAIL: test_get_scheme_names (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/cpython-ucs4-nonascii-€/3.x.pitrou-ubuntu-wide/build/Lib/test/test_sysconfig.py", line 239, in test_get_scheme_names
    self.assertEquals(get_scheme_names(), wanted)
AssertionError: Tuples differ: ('nt', 'nt_user', 'os2', 'os2_... != ('nt', 'nt_user', 'os2', 'os2_...

First differing element 4:
osx_framework_user
posix_home

First tuple contains 1 additional elements.
First extra element 7:
posix_user

  ('nt',
   'nt_user',
   'os2',
   'os2_home',
-  'osx_framework_user',
   'posix_home',
   'posix_prefix',
   'posix_user')
History
Date User Action Args
2010-05-08 11:20:05vstinnersetrecipients: + vstinner, jafo, ronaldoussoren, christian.heimes, benjamin.peterson, tarek, r.david.murray
2010-05-08 11:20:05vstinnersetmessageid: <1273317605.87.0.37615237516.issue8084@psf.upfronthosting.co.za>
2010-05-08 11:20:04vstinnerlinkissue8084 messages
2010-05-08 11:20:03vstinnercreate