[PATCH] python: adjust legacy bindings to py 3.12

2023-06-16 Thread michaeljgruber+grubix+git
From: Michael J Gruber Py 3.12 finally pulled the plug on the `SafeConfigParser` class which has been deprecated since py 3.2. We use it in the legacy bindings only, so take the easy route of importing `ConfigParser` as `SafeConfigParser` and monkey-patching so that the class has the expected in

Re: [PATCH] python: adjust legacy bindings to py 3.12

2023-06-21 Thread Tomi Ollila
On Fri, Jun 16 2023, michaeljgruber wrote: > From: Michael J Gruber > > Py 3.12 finally pulled the plug on the `SafeConfigParser` class which > has been deprecated since py 3.2. > > We use it in the legacy bindings only, so take the easy route of > importing `ConfigParser` as `SafeConfigParser` a

Re: [PATCH] python: adjust legacy bindings to py 3.12

2023-07-09 Thread David Bremner
michaeljgruber+grubix+...@gmail.com writes: > From: Michael J Gruber > > Py 3.12 finally pulled the plug on the `SafeConfigParser` class which > has been deprecated since py 3.2. Applied to master. Apropos, how many people are still using the legacy bindings? d

Re: [PATCH] python: adjust legacy bindings to py 3.12

2023-07-09 Thread Michael J Gruber
Am So., 9. Juli 2023 um 16:57 Uhr schrieb David Bremner : > > michaeljgruber+grubix+...@gmail.com writes: > > > From: Michael J Gruber > > > > Py 3.12 finally pulled the plug on the `SafeConfigParser` class which > > has been deprecated since py 3.2. > > Applied to master. > > Apropos, how many pe