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 amaury.forgeotdarc, barry, benjamin.peterson, brian.curtin, eric.araujo, esam, ezio.melotti, flox, jcea, pitrou, rhettinger
Date 2010-04-01.08:18:18
SpamBayes Score 0.0010002158
Marked as misclassified No
Message-id <1270109900.82.0.755057923107.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
Other py3k warnings:

lib\distutils\util.py:209: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs)
  return apply(os.path.join, paths)

lib\distutils\command\build_ext.py:679: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs)
  return apply(os.path.join, ext_path) + '_d' + so_ext

lib\platform.py:1035: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator
  if _default_architecture.has_key(sys.platform):
History
Date User Action Args
2010-04-01 08:18:21floxsetrecipients: + flox, barry, rhettinger, jcea, amaury.forgeotdarc, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, brian.curtin, esam
2010-04-01 08:18:20floxsetmessageid: <1270109900.82.0.755057923107.issue7092@psf.upfronthosting.co.za>
2010-04-01 08:18:19floxlinkissue7092 messages
2010-04-01 08:18:18floxcreate