This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andresriancho
Recipients andresriancho
Date 2007-09-27.19:18:50
SpamBayes Score 0.10796938
Marked as misclassified No
Message-id <1190920735.17.0.528461177884.issue1217@psf.upfronthosting.co.za>
In-reply-to
Content
dz0@dz0cybsec:/tmp$ python
Python 2.4.4 (#2, Aug 16 2007, 02:03:40) 
[GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.findall( '.*://(.*):(.*)@.*' , file('a.txt').read() )

===!infinite loop here!===
===!execute "kill pid"!===

Terminated
dz0@dz0cybsec:/tmp$



dz0@dz0cybsec:/tmp$ dpkg -l python
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name                              Version                          
Description
+++-=================================-=================================-==================================================================================
ii  python                            2.4.4-6                          
An interactive high-level object-oriented language (default version)
dz0@dz0cybsec:/tmp$ 


dz0@dz0cybsec:/tmp$ uname -a
Linux dz0cybsec 2.6.21-2-k7 #1 SMP Wed Jul 11 04:29:08 UTC 2007 i686
GNU/Linux
dz0@dz0cybsec:/tmp$ 


See attached a.txt file.
Files
File name Uploaded
a.txt andresriancho, 2007-09-27.19:18:50
History
Date User Action Args
2007-09-27 19:18:56andresrianchosetspambayes_score: 0.107969 -> 0.10796938
recipients: + andresriancho
2007-09-27 19:18:55andresrianchosetspambayes_score: 0.107969 -> 0.107969
messageid: <1190920735.17.0.528461177884.issue1217@psf.upfronthosting.co.za>
2007-09-27 19:18:55andresriancholinkissue1217 messages
2007-09-27 19:18:54andresrianchocreate