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 lll9p
Recipients lll9p, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-08-05.05:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470375593.32.0.328295264297.issue27690@psf.upfronthosting.co.za>
In-reply-to
Content
orz> python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Failed calling sys.__interactivehook__
Traceback (most recent call last):
  File "C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\site.py", line 388, in register_readline
    import readline
  File "C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\site-packages\readline.py", line 6, in <module>
    from pyreadline.rlmain import Readline
  File "C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\site-packages\pyreadline\__init__.py", line 12, in <module>
    from . import logger, clipboard, lineeditor, modes, console
  File "C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\site-packages\pyreadline\logger.py", line 10, in <module>
    import socket, logging, logging.handlers
  File "C:\Users\lao\AppData\Local\Programs\Python\Python35\lib\logging\__init__.py", line 170, in <module>
    _srcfile = os.path.normcase(addLevelName.__code__.co_filename)
AttributeError: module 'ntpath' has no attribute 'normcase'
>>> exit()
History
Date User Action Args
2016-08-05 05:39:53lll9psetrecipients: + lll9p, paul.moore, tim.golden, zach.ware, steve.dower
2016-08-05 05:39:53lll9psetmessageid: <1470375593.32.0.328295264297.issue27690@psf.upfronthosting.co.za>
2016-08-05 05:39:53lll9plinkissue27690 messages
2016-08-05 05:39:52lll9pcreate