[2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228)#6326
Merged
serhiy-storchaka merged 1 commit intoMar 31, 2018
Conversation
Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note iid=0 and iid=False would be same.. (cherry picked from commit 3ab44c0) Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>
|
So we ran into an issue compiling C:\bld\python_1525666272216\work\Lib\xml\sax\__init__.py
1994 File(s) copied
1 file(s) moved.
1 dir(s) moved.
1 file(s) moved.
1 dir(s) moved.
Compiling C:\bld\python_1525666272216\_h_env\Lib\tkinter\ttk.py ...
File "C:\bld\python_1525666272216\_h_env\Lib\tkinter\ttk.py", line 83
for *state, val in items:
^
SyntaxError: invalid syntaxref: https://ci.appveyor.com/project/conda-forge/python-feedstock/build/1.0.334 |
Member
Author
|
Thank you for your report @jakirkham! Some files unintentionally were copied from Python 3. Will be fixed by #6724. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow ttk.Treeview.insert to insert iid that has a false boolean value.
Note iid=0 and iid=False would be same..
(cherry picked from commit 3ab44c0)
Co-authored-by: Garvit Khatri garvitdelhi@gmail.com
https://bugs.python.org/issue33096