Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python 2.4

Timing Out Urllib2 Urlopen Operation In Python 2.4

I've just inherited some Python code and need to fix a bug as soon as possible. I have very lit… Read more Timing Out Urllib2 Urlopen Operation In Python 2.4

Doctests That Contain String Literals

I have a unit test that I'd like to write for a function that takes XML as a string. It's … Read more Doctests That Contain String Literals