New submission from Stephen Paul Chappell:

Ever since Python 3.6.1, trying to open a Python-source library module in IDLE 
on Windows (10) has not worked properly since the installer has only been 
providing *.pyc files. Learning how to use Python has always been easy since it 
(1) has a great help document, (2) makes it easy to get help() on objects, and 
(3) allows the source to easily be explored and/or patched. Is there something 
special that needs to be done to get both the standard library's *.py files and 
precompile them to *.pyc during installation?

I would be glad to run further tests if the Windows installer can be run 
headless with specific command-line arguments.

----------
assignee: terry.reedy
components: IDLE, Library (Lib), Windows
messages: 302201
nosy: Zero, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: "Open Module..." Not Working in IDLE for Standard Library
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to