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 vinay.sajip
Recipients markb, python-dev, serhiy.storchaka, vinay.sajip
Date 2017-01-11.14:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484144179.57.0.382332382802.issue29220@psf.upfronthosting.co.za>
In-reply-to
Content
> The fix should be applied to 3.5.

Are you sure?

$ python3.5
Python 3.5.2 (default, Nov 17 2016, 17:05:23) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import logging
>>> logging.getLevelName(logging.NOTSET)
'NOTSET'
>>> logging.getLevelName('NOTSET')
0
>>> 

I think just 3.6 and default are affected - doesn't 3.5 seem OK?
History
Date User Action Args
2017-01-11 14:16:19vinay.sajipsetrecipients: + vinay.sajip, markb, python-dev, serhiy.storchaka
2017-01-11 14:16:19vinay.sajipsetmessageid: <1484144179.57.0.382332382802.issue29220@psf.upfronthosting.co.za>
2017-01-11 14:16:19vinay.sajiplinkissue29220 messages
2017-01-11 14:16:19vinay.sajipcreate