[RELEASE] Python 3.7.4 is now available

2019-07-08 Thread Ned Deily
Python 3.7.4 is now available. 3.7.4 is the next maintenance release of Python 3.7, the latest feature release of Python. You can find the release files, a link to the changelog, and more information here: https://www.python.org/downloads/release/python-374/ See the "What’s New In Python 3.7"

Re: [RELEASE] Python 3.8.0b2 is now available for testing

2019-07-08 Thread Barry Warsaw
I’ve updated the official images to include 3.8.0b2: https://gitlab.com/python-devs/ci-images/tree/master Cheers, -Barry > On Jul 4, 2019, at 15:05, Łukasz Langa wrote: > > Signed PGP part > After a few days of delay, but somewhat cutely timed with the US Independence > Day, I present you Pyt

Re: Tkinter Button Command Taking Only Newest Reference In Callback Parameter

2019-07-08 Thread Abdur-Rahmaan Janhangeer
"Thanks" * INFINITY hum weirdly it worked ... not yet understood why! Here is a post on it: https://www.linkedin.com/feed/update/urn:li:activity:6554081428492161024/ Thanks for all! On Mon, Jul 8, 2019 at 5:40 PM Calvin Spealman wrote: > This is a really common scoping issue to get tripped up

Re: Tkinter Button Command Taking Only Newest Reference In Callback Parameter

2019-07-08 Thread Abdur-Rahmaan Janhangeer
excuses for typos! -- https://mail.python.org/mailman/listinfo/python-list

Re: Do I need a parser?

2019-07-08 Thread josé mariano
On Saturday, 29 June 2019 13:40:06 UTC+1, josé mariano wrote: > Dear all, > > I'm sure that this subject has been addressed many times before on this > forum, but my poor knowledge of English and of computer jargon and concepts > results on not being able to find the answer i'm looking for when

Re: Tkinter Button Command Taking Only Newest Reference In Callback Parameter

2019-07-08 Thread Calvin Spealman
This is a really common scoping issue to get tripped up on. I'll try to help you understand and work around it. for i, icon in enumerate(self.icons): print('// entering', icon.program) print('icons ... ... ... ...') pretty(icon.info, icon.program) x = Button(root, text=icon.info['n