[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 83da5729e362 by Andrew Svetlov in branch 'default':
Issue #14446: Remove deprecated tkinter functions
http://hg.python.org/cpython/rev/83da5729e362

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Andrew Svetlov

Andrew Svetlov added the comment:

Thanks to Michael Driscoll.
BTW you have forgotten to remove C functions from module definition in your 
patch.

--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Jesús Cea Avión

Jesús Cea Avión added the comment:

I am getting a warning about a statically defined function not being used:

http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/4680/steps/compile/logs/warnings%20%283%29

Static functions not called inside the module can be safely deleted. In this 
case, Merge.

--
nosy: +jcea

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset f4f45d8ff785 by Jesus Cea in branch 'default':
Issue #14446: Remove deprecated tkinter functions: Delete an unused function to 
avoid a warning
http://hg.python.org/cpython/rev/f4f45d8ff785

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-10-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset e278f3ab0190 by Jesus Cea in branch 'default':
Issue #14446: Remove deprecated tkinter functions: Delete an unused function to 
avoid a warning
http://hg.python.org/cpython/rev/e278f3ab0190

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-06-24 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
priority: release blocker - deferred blocker

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-06-11 Thread Michael Driscoll

Michael Driscoll m...@pythonlibrary.org added the comment:

Do I need to do anything else to those patches I submitted?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-06-11 Thread Andrew Svetlov

Andrew Svetlov andrew.svet...@gmail.com added the comment:

Michael Driscoll, thank you for patch.
Let's go on after Python 3.3 release — those patches should be applied for 3.4.
For now we need to wait.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-06-02 Thread Michael Driscoll

Michael Driscoll m...@pythonlibrary.org added the comment:

Here's the doc patch. The local repo I was using yesterday is on a different 
computer that I don't have access to today. Hopefully applying two patches is 
okay. If not, I can redo the other patch and add it to this one.

--
Added file: http://bugs.python.org/file25799/tkinter_doc.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-06-01 Thread Michael Driscoll

Michael Driscoll m...@pythonlibrary.org added the comment:

After reading up on both issues, I think I found all the instances that were 
deprecated and removed them. A patch is attached that includes the edits for 
tkinter/__init__.py and the _tkinter.c files.

--
keywords: +patch
nosy: +michael.driscoll
Added file: http://bugs.python.org/file25793/tkinter.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-06-01 Thread Michael Driscoll

Michael Driscoll m...@pythonlibrary.org added the comment:

I just noticed that we'll need to update the Documentation for tkinter too as 
it mentions the AtEnd etc methods. Do you want me to create a patch for that or 
a new ticket + patch?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-06-01 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

The doc changes should be part of the patch.  I forget, though, if we 
completely delete deprecated stuff from the docs or if we keep a deprecation 
stub in place.  

Note that it is possible (although in this case probably not too likely) that 
the code will drift before 3.4 and the patch need to be regenerated.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-03-31 Thread Andrew Svetlov

Andrew Svetlov andrew.svet...@gmail.com added the comment:

See issue #3035 for details.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-03-31 Thread Andrew Svetlov

Andrew Svetlov andrew.svet...@gmail.com added the comment:

Also see #5136 for deprecated C Functions from _tkinter.c
That set have to go away in 3.4 as well as deprecations from tkinter/__init__.py

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-03-30 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
type:  - enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14446] Remove deprecated tkinter functions

2012-03-29 Thread Andrew Svetlov

New submission from Andrew Svetlov andrew.svet...@gmail.com:

We need to remove deprecated tkinter.AtEnd and family in 3.4

--
assignee: asvetlov
components: Tkinter
keywords: easy
messages: 157091
nosy: asvetlov, r.david.murray
priority: release blocker
severity: normal
status: open
title: Remove deprecated tkinter functions
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14446
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com