[issue27163] IDLE entry for What's New in Python 3.6

2018-07-30 Thread Tal Einat


Change by Tal Einat :


--
resolution:  -> out of date
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27163] IDLE entry for What's New in Python 3.6

2017-09-25 Thread Łukasz Langa

Łukasz Langa added the comment:

Unsetting priority since it's not Critical and RMs look at open Critical bugs 
when releasing 3.6.3 and so on.

--
nosy: +lukasz.langa
priority: critical -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27163] IDLE entry for What's New in Python 3.6

2017-06-22 Thread veganaiZe

Changes by veganaiZe :


--
nosy: +veganaiZe

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27163] IDLE entry for What's New in Python 3.6

2016-06-13 Thread Terry J. Reedy

Terry J. Reedy added the comment:

Provisional addition a bit revised from above.  I did not markup idlelib as a 
module because there is currently no section to link to.  I don't know if or 
how IDLE can be linked to the IDLE doc.  I linked to the name change issue that 
started the change process. I will add a link to the interface issue if and 
when pushed.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27163] IDLE entry for What's New in Python 3.6

2016-06-12 Thread Roundup Robot

Roundup Robot added the comment:

New changeset a3cffed2c9ad by Terry Jan Reedy in branch 'default':
Issue #27163: Add idlelib/IDLE entry to What's New in 3.6.
https://hg.python.org/cpython/rev/a3cffed2c9ad

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27163] IDLE entry for What's New in Python 3.6

2016-05-31 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
components: +Documentation, IDLE -ctypes

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27163] IDLE entry for What's New in Python 3.6

2016-05-31 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
dependencies: +Add idlelib.interface module, Idle: add ttk widgets as an option
priority: low -> critical

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27163] IDLE entry for What's New in Python 3.6

2016-05-31 Thread Terry J. Reedy

New submission from Terry J. Reedy:

File: Doc/whatsnew/3.6.rst
Location within file: Under 'Improved Modules', as 'idlelib (IDLE)' (?)
Draft test:
"Idlelib is being revamped to make IDLE look better and work better and to make 
it easier to maintain and improve IDLE. Part of making IDLE look better, 
especially on Linux and Mac, is using ttk widgets.  As a result, IDLE no longer 
runs with tcl/tk 8.4.  It now requires tcl/tk 8.5 or 8.6 and availability of 
ttk widgets.  We recommend running the latest release of either.

'Revamping' includes renaming, refactoring, and consolidation of idlelib 
modules. As a result, imports of idlelib files that worked in 3.5 will usually 
not work in 3.6.  At least a module name change will be needed, sometimes more. 
 Information will be added to idlelib.  In compensation, the eventual result 
with be that some idlelib classes will be easier to use, with better APIs and 
docstrings explaining them."

This should be added before 3.6.0a2 and considered critical for that release, 
but after patches that make it true. #24759, using a revision of Serhiy's code 
from #24750, will make 3.5 and successful loading of ttk a requirement for IDLE 
(first paragraph).  New issue #27162 will add compatibility info and a new 
module (second paragraph) and require that the second paragraph be re-written a 
bit.

--
assignee: terry.reedy
components: ctypes
messages: 266740
nosy: ncoghlan, ned.deily, terry.reedy
priority: low
severity: normal
stage: needs patch
status: open
title: IDLE entry for What's New in Python 3.6
type: enhancement
versions: Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com