[3.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) by miss-islington · Pull Request #6246 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.7from
Mar 26, 2018Merged
[3.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228)#6246
miss-islington merged 1 commit intopython:3.7from
[3.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228)#6246
miss-islington merged 1 commit intopython:3.7from
Conversation
Copy link Copy Markdown
Contributor
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
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>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Mar 26, 2018
miss-islington commented
Mar 26, 2018@garvitdelhi and @serhiy-storchaka: Backport status check is done, and it's a success ✅ .
serhiy-storchaka approved these changes Mar 26, 2018
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
merged commit
a7b1b84
into
python:3.7
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Mar 26, 2018
miss-islington commented
Mar 26, 2018Thanks!
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-3ab44c0-3.7
branch
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