Re: A switch somewhere, or bug? CORRECTION

MRAB <[email protected]> Fri, 5 Dec 2025 03:51:35 +0000
Newsgroups gmane.comp.python.general
Message-ID <[email protected]>
On 04/12/2025 18:25, Em wrote:
> Two computers, both alike in dignity, in fair windows land, where we set our
> scene......
>
> in Win10/Python 3.13 my program runs as well as can be expected. However, on
> my new computer Win11/Python 3.14.1 there is a peculiarity.
>
> On the new machine, when I click on the file name, it immediately dumps out.
> I go in with IDLE and it runs fine with no indication of any error.
>
> I believe this line is the culprit:
> Starter = open("HLYlog.txt", "w")
>
> Thoughts appreciated.
That's a relative path.Are you sure that the current working directory 
is what you expect? It's generally better to work with absolute paths.
> -----Original Message-----
> From: Thomas Wouters <[email protected]>
> Sent: Tuesday, December 2, 2025 3:47 PM
> To: [email protected]; [email protected]
> Subject: [RELEASE] Python 3.13.10 is now available!
>
>
> Python 3.13.10 is now available:
>
> https://www.python.org/downloads/release/python-31310/
>
> Python 3.13.10 is the tenth maintenance release of 3.13, containing around
> 300 bugfixes, build improvements and documentation changes since 3.13.9.
>
> Enjoy the new release!
> --
> https://mail.python.org/mailman3//lists/python-list.python.org
>
> --
> https://mail.python.org/mailman3//lists/python-list.python.org
>