Re: [python-win32] [EXT] [ANN] pywin32 build 305 released

2022-11-07 Thread Scorby, Gary via python-win32
The error I reported in 304 still exists in the interactive window for Python 3.11. Is this scheduled to be fixed? Create the function below. Goes bad when you try to call the function. >>> def biff(x): ... x = x + 1 ... >>> biffFailed to format the args Traceback (most recent call last):

[python-win32] Python 3.11 and pywin32 304

2022-05-11 Thread Scorby, Gary via python-win32
I've looked to see if anyone else is having this issue. I haven't found anything. When trying to call a function in the interactive window I get what you see below. Appears to be trying to access a deprecated method. I'd like to start testing with 3.11. The error occurs when I type the