TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python 2.7.8

113 pointsby jgjalmost 11 years ago

6 comments

FiloSottilealmost 11 years ago
Re: the arbitrary code execution in CGIHTTPServer.<p>CGIHTTPServer executes cgi files inside a folder specified at init. Its function for deciding what&#x27;s inside the folder (to be executed) and what&#x27;s outside (to be returned raw) is completely bust. If you urlencode the slashes you will confuse it enough to yield false negative&#x2F;positive.<p>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.<p>You should probably not be using CGIHTTPServer anyway. &lt;&#x2F;PSA&gt;
batbombalmost 11 years ago
Somewhat related:<p>After 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.<p>So, if you use Jython and you are sick of dealing with &lt;=2.5 code, you should be in luck real soon.
koenigdavidmjalmost 11 years ago
They&#x27;ve really shinied up the web site since I last been there. I really like the ability to run Python in an interactive console on the home page too, with a live connection to an actual box on which you can actually run stuff.
shortstuffsushialmost 11 years ago
Wasn&#x27;t there a post on here a couple months back indicating the EOL for Python 2.7? Maybe it was &quot;we&#x27;ll release through 2.7.10, and that&#x27;s it.&quot;<p>Edit: Found it here - <a href="https://news.ycombinator.com/item?id=7581434" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7581434</a>. Release will continue at least through 2015, support through 2020.
sahooalmost 11 years ago
The website is new and rad since last time i visited
评论 #7978136 未加载
JelteFalmost 11 years ago
I think this is the first popular Python post with a version number I&#x27;ve seen that doesn&#x27;t have a lot of comments about the Python 2 vs 3 &quot;battle&quot;.
评论 #7978146 未加载
评论 #7978848 未加载
评论 #7978703 未加载
评论 #7982107 未加载
评论 #7978769 未加载