SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

textlines rpm build for : Old RedHat 7.X. For other distributions click textlines.

Name : textlines
Version : 1.0 Vendor : Red Hat, Inc_
Release : 1 Date : 2000-07-21 19:00:33
Group : Development/Languages Source RPM : textlines-1.0-1.src.rpm
Size : 0.00 MB
Packager : Red Hat, Inc_ < http://bugzilla_redhat_com/bugzilla>
Summary : A a python module that is a read-on-demand substitute for file.readlines()
Description :
Use textlines(file) instead of file.readlines() when it\'s not possible or
desirable to read the entire file into memory at once. For example:
for line in textlines(file):
...
is computationally equivalent to
for line in file.readlines():
...
but only reads one line at a time into memory.

The argument to textlines can also be a pathname -- that is, textlines(pathname)
is equivalent to textlines(open(pathname)).

RPM found in directory: /mirror/vol4/ftp.freshrpms.net/pub/freshrpms/pub/updates/redhat-7.0-DMA-i386

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  textlines-1.0-1.i386.rpm
     Search for other platforms
textlines-1.0-1.sparc.rpm
textlines-1.0-1.alpha.rpm
textlines-1.0-1.ppc.rpm
textlines-1.0-1.ia64.rpm
textlines-1.0-1.s390.rpm

Provides :
textlines

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
python = 1.5
rpmlib(PayloadFilesHavePrefix) <= 4.0-1


Content of RPM :
/usr/lib/python1.5/site-packages/textlines.py

 
ICM