Python 2.7.8
python.org
Python 2.7.8
1–10 of 17 posts
Re: Python 2.7.8
#2Re: Python 2.7.8
#3Re: Python 2.7.8
#4Re: Python 2.7.8
#5The website is new and rad since last time i visited
Re: Python 2.7.8
#6I think this is the first popular Python post with a version number I've seen that doesn't have a lot of comments about the Python 2 vs 3 "battle".
Re: Python 2.7.8
#7The website is new and rad since last time i visited
Yup its the result of a design competition. Old relevant post from HN: http://grokcode.com/746/dear-python-why-are-you-so-ugly/
Re: Python 2.7.8
#8CGIHTTPServer executes cgi files inside a folder specified at init. Its function for deciding what's inside the folder (to be executed) and what's outside (to be returned raw) is completely bust. If you urlencode the slashes you will confuse it enough to yield false negative/positive.
This means that if you are using CGIHTTPServer, anyone can execute anything that the web server was supposed to print, or get the source of any cgi script.
You should probably not be using CGIHTTPServer anyway.
Re: Python 2.7.8
#9After nearly a year of very little activity, Jython finally has a 2.7 beta 2 version released recently, with a 2.7b3 release coming soon.
So, if you use Jython and you are sick of dealing with <=2.5 code, you should be in luck real soon.
Re: Python 2.7.8
#10Earlier quoted context omitted.
Yup its the result of a design competition. Old relevant post from HN: http://grokcode.com/746/dear-python-why-are-you-so-ugly/
While the process was competitive, it wasn't a "competition." There was a bidding process that several firms took part in.