Python 1.6 alpha 1 released

Bernhard Reiter breiter at usf.Uni-Osnabrueck.DE
Mon Apr 3 05:21:07 EDT 2000


In article <200004010159.LAA00403 at piglet.dstc.edu.au>,
	David Arnold <arnold at dstc.edu.au> writes:
> -->"Bjorn" == Bjorn Pettersen <bjorn at roguewave.com> writes:
> 
>   Bjorn> The more time I spend on fixing
>   Bjorn> compatibility issues in Python scripts, the less time I spend
>   Bjorn> on "real" work.
> 
> you have been using incorrect arguments.  the fact that they worked
> was unfortunate because it leads to circumstances like this.  but the
> time you have spent on these emails would have been enough to run a
> simple script over your code to fix the problem ... ;-)

Hmm how simple would a script be to get all occurences of:

	socket.connect(what, \ 
			else \
			)

	sc=socket.connect

	sc(what,else)
	sc(what, \
		else)

just a thought.
	Bernhard

-- 
Professional Service around Free Software                (intevation.net)  
The FreeGIS Project				            (freegis.org)
Association for a Free Informational Infrastructure            (ffii.org)



More information about the Python-list mailing list