[no subject]

2005-06-10 Thread python-list-bounces+archive=mail-archive . com
roach fairly good ? > > > > Regards, > > > > Philippe > -- [EMAIL PROTECTED] 6-6M21 BCA CompArch Design Engineering Phone: (425) 294-4718 -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2005-06-10 Thread python-list-bounces+archive=mail-archive . com
ytecode&mode=all -- [EMAIL PROTECTED] 6-6M21 BCA CompArch Design Engineering Phone: (425) 294-4718 -- http://mail.python.org/mailman/listinfo/python-list

backslash in triple quoted string

2025-05-07 Thread Bob van der Poel via Python-list
as a comment at the top of a function. I changed the "\" to a "/" and all is well now. -- Listen to my FREE CD at http://www.mellowood.ca/music/cedars Bob van der Poel ** Wynndel, British Columbia, CANADA ** EMAIL: [email protected] WWW: http://www.mellowood.ca -- https://mail.python.org/mailman/listinfo/python-list

Re: pip UX Studies - help improve the usability of pip

2020-03-10 Thread Bernard Tyers - Sane UX Design via Python-list
778645553767728 >> >> >> Thank you for your attention! >> >> Best wishes, >> >> Bernard >> -- >> >> Bernard Tyers, User research & Interaction Design >> >> T: @bernardtyers >> M: @[email protected] >&g

Python 3.8.5

2021-01-06 Thread Joseph Milroy Felix Moraes (Moraes) via Python-list
. Try reinstalling the program to fix this problem. --- OK  --- kindly assist Regards, Milroy -- https://mail.python.org/mailman/listinfo/python-list

RE: Popping key causes dict derived from object to revert to object (3/25/2024)

2024-03-27 Thread Dr. F. M. (Mike) Covington via Python-list
running Python 3.12: Mike -- F. M. (Mike) Covington, PhD, PCPP, MCT Automation Consultant, Developer, Instructor -- https://mail.python.org/mailman/listinfo/python-list

bool type have big problem. finally program returned "True".Is this the TRUE spec?

2025-01-20 Thread あうぇくろ via Python-list
1](func[0](*args, **kwargs)) return lambda *args, **kwargs: composite(*func[1:])(func[0](*args, **kwargs )) tpr=composite(type,print) print(tpr('a')==tpr(1)) I subscribed to python-list, so I sent this message again. Why does tpr('a')==tpr(1) return True? -- https://mail.python.org/mailman/listinfo/python-list

Version numbers in Standard Library

2019-03-01 Thread Thompson, Matt (GSFC-610.1)[SCIENCE SYSTEMS AND APPLICATIONS INC] via Python-list
Dear Python List, A question. I help maintain a Python stack for users in my division here at NASA and one user asked about updating the re module to 2.4. I believe because he read the docs: https://docs.python.org/2.7/library/re.html where you see lines like "New in version 2.4&qu

<    55   56   57   58   59   60