]> granicus.if.org Git - python/commit
SF patch 508730 CGIHTTPServer execfile should save cwd
authorTim Peters <tim.peters@gmail.com>
Sat, 20 Mar 2004 21:51:12 +0000 (21:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 20 Mar 2004 21:51:12 +0000 (21:51 +0000)
commit27f49610afe5ca8fdce780490ec22def39bbbe3c
tree9bbbd2f3950689d391c36cd05d7090083ac48567
parent9dbf9084e89eccc89db903e70560074466be2c4c
SF patch 508730  CGIHTTPServer execfile should save cwd

UNTESTED!!!

This simple two-line patch has been sitting on SF for more than 2 years.
I'm guessing it's because nobody knows how to test it -- I sure don't.
It doesn't look like you can get to this part of the code on Unixish
or Windows systems, so the "how to test it?" puzzle has more than one
part.  OTOH, if this is dead code, it doesn't matter either if I just
broke it <wink>.
Lib/CGIHTTPServer.py