Re: [Python-Dev] Official citation for Python

2018-09-10 Thread Gerald Klix
Wouldn't it make sense to ask the developers of the other Python implementations too? Just my 0.02€, Gerald Am 09.09.2018 um 21:43 schrieb Jacqueline Kazil: The PSF has received a few inquiries asking the question — “How do I cite Python?”So, I am reaching out to you all to figure this out

Re: [Python-Dev] Adding Python scripts to PATHEXT on Windows

2013-07-15 Thread Gerald Klix
+1 BTW: I use lots of "*.py-executables" on Linux and OSX, so different extension don't bother me. Gerald Am 15.07.2013 um 10:26 schrieb Paul Moore : > With the addition of the Python launcher (PEP 397), Python scripts on > Windows are executable in much the same way as on Unix. However, "out

Re: [Python-Dev] [python 2.7] a question about exporting a new method to socket object

2013-06-21 Thread Gerald Klix
Hi Ani, just a simple question: Are you sure, that you imported the modified socket module and not the original module from the distribution? HTH, Gerald Am 21.06.2013 um 07:18 schrieb Ani Sinha : > Hi python devs : > > As a part of exploring an idea, I am trying to add a new method to the