[Python-checkins] CVS: (Does this break Zope/Medusa?)

Sam Rushing pseudonym at nightmare.com
Fri Mar 24 22:33:31 EST 2000


Patrick Phalen writes:
 > [Guido van Rossum, on Fri, 24 Mar 2000]
 > :: Fix all routines to use PyArg_ParseTuple(), and add ":name" to the
 > :: argument format strings.
 > :: 
 > :: THIS WILL PROBABLY BREAK LOTS OF CODE!!!
 > 
 > Ugh ... that last line sounds ominous
 > 
 > asyncore.py imports socket
 > 
 > Does this break Medusa (and ZServer)?

Assuming that we're talking about the connect((host,port)) problem,
medusa and async-related stuff usually treats 'address' as a single
object [so that everything works with unix domain sockets], so this
shouldn't be a problem...

-Sam





More information about the Python-list mailing list