bpo-33096 Modify ttk.Treeview.insert#6228
Conversation
Allow ttk.Treeview.insert to insert False iid. Note iid=0 and iid=false would be same
da8cef1 to
d908060
Compare
serhiy-storchaka
left a comment
There was a problem hiding this comment.
A news entry shouldn't be added directly in the NEWS file. Instead it should be added in a separate file in the NEWS.d directory. You can use the blurb utility for creating it.
There was a problem hiding this comment.
No need to wrap this line, it is not long enough.
Why the second argument of insert() is '' instead of 'end'?
There was a problem hiding this comment.
My bad this should be end only.
|
Also please add your name in Misc/ACKS and "Patch by your name." at the end of a news entry. |
|
My name is already in Misc/ACKS should I insert a duplicate entry? |
880e78a to
7ab57c3
Compare
There was a problem hiding this comment.
Add a period at the end.
| @@ -0,0 +1,4 @@ | |||
| Allow ttk.Treeview.insert to insert False iid. | |||
| Note iid=0 and iid=false would be same. | |||
| @@ -0,0 +1,4 @@ | |||
| Allow ttk.Treeview.insert to insert False iid. | |||
There was a problem hiding this comment.
"to insert iid that has a false boolean value."
|
No, one time is enough. 😄 |
|
Thanks @garvitdelhi for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
|
GH-6246 is a backport of this pull request to the 3.7 branch. |
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>
|
Sorry, @garvitdelhi and @serhiy-storchaka, I could not cleanly backport this to |
|
GH-6247 is a backport of this pull request to the 3.6 branch. |
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>
|
GH-6326 is a backport of this pull request to the 2.7 branch. |
Allow ttk.Treeview.insert to insert False iid.
Note iid=0 and iid=false would be same
https://bugs.python.org/issue33096