[Python-bugs-list] [Bug #129626] Size command broken?

noreply@sourceforge.net noreply@sourceforge.net
Sun, 21 Jan 2001 17:46:41 -0800


Bug #129626, was updated on 2001-Jan-21 17:46
Here is a current snapshot of the bug.

Project: Python
Category: Regular Expressions
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: Size command broken?

Details: I have been attempting to use the tell() and size() commands to
detect an EOF in a c datafile I am trying to load.
They appear to have the same format...f.tell() and f.size()
tell seems to be working fine, but size gives an  attribut error when I try
to get the file size out of it.  ..as in print f.size()
	I admit I am new to using Python, but I have spent much time trying to get
size to work, and it doesn't...
jrduchek@primary.net

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=129626&group_id=5470