[Python-announce] SQLObject 3.10.0

2022-09-20 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.10.0, the first release of branch 3.10 of SQLObject. What's new in SQLObject === Contributors for this release are James Hudson, Juergen Gmach, Hugo van Kemenade. Many thanks! Features * Allow connections in

SQLObject 3.10.0

2022-09-20 Thread Oleg Broytman
Hello! I'm pleased to announce version 3.10.0, the first release of branch 3.10 of SQLObject. What's new in SQLObject === Contributors for this release are James Hudson, Juergen Gmach, Hugo van Kemenade. Many thanks! Features * Allow connections in

Re: when I open a python idle it's constantly showing subprocess connection error

2022-09-20 Thread Mats Wichmann
On 9/20/22 09:36, asika wrote: Sent from [1]Mail for Windows References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 dunno if you were trying to send screenshots or something, that doesn't work here. Try:

when I open a python idle it's constantly showing subprocess connection error

2022-09-20 Thread asika
    Sent from [1]Mail for Windows   References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/listinfo/python-list

Re: memoization (original Subject lost because mailer lost the whole thread)

2022-09-20 Thread Peter J. Holzer
On 2022-09-19 17:31:31 +, Christman, Roger Graydon wrote: > And fortunately, Python makes memoization very easy, by using a > dictionary as a default value. I've done that often for classroom > purposes for cases where it makes a big difference (recursive > Fibonacci accelerates from