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 ezio.melotti
Recipients ezio.melotti, vinay.sajip
Date 2011-11-06.17:53:00
SpamBayes Score 0.0015049046
Marked as misclassified No
Message-id <1320601981.59.0.630588677402.issue13356@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -Wd -3 -m test.regrtest -v test_logging
== CPython 2.7.2+ (2.7:39573be48b4a, Nov 6 2011, 17:13:44) [GCC 4.6.1]
==   Linux-3.0.0-12-generic-i686-with-debian-wheezy-sid little-endian
==   /home/wolf/dev/py/wide-2.7/build/test_python_6508
Testing with flags: sys.flags(debug=0, py3k_warning=1, division_warning=1, division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, tabcheck=1, verbose=0, unicode=0, bytes_warning=0)
test_logging
[...]
test_listen_config_10_ok (test.test_logging.ConfigDictTest) ... /home/wolf/dev/py/wide-2.7/Lib/logging/config.py:599: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  if name in existing:
ok
[...]

----------------------------------------------------------------------
Ran 43 tests in 2.328s

OK
1 test OK.
History
Date User Action Args
2011-11-06 17:53:01ezio.melottisetrecipients: + ezio.melotti, vinay.sajip
2011-11-06 17:53:01ezio.melottisetmessageid: <1320601981.59.0.630588677402.issue13356@psf.upfronthosting.co.za>
2011-11-06 17:53:01ezio.melottilinkissue13356 messages
2011-11-06 17:53:00ezio.melotticreate