[ python-Bugs-1000658 ] Generalize local file descriptor interfaces
noreply at pgfoundry.org
noreply at pgfoundry.org
Sun Feb 25 20:46:34 UTC 2007
Bugs item #1000658, was opened at 2006-05-31 22:25
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000658&group_id=1000094
Category: RC/Slythe
Group: To do
>Status: Closed
Resolution: None
Priority: 3
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Generalize local file descriptor interfaces
Initial Comment:
Currently, Slythe has a crude sense of the file descriptors available on the local machine; stdin, stdout, and stderr. It really should take the next step in version 0.3 or so and just provide basic file descriptor interfaces for arbitrary file descriptors. This is important for getting real console support as many interfaces are not properly projected to the backend's side.
This would also lay the foundation for a localfile interface which could be used to access the local filesystem in backend scripts. Likely such interfaces will be quite limited due to the bridge construction. However, this being said without study.
----------------------------------------------------------------------
>Comment By: James Pye (jwp)
Date: 2007-02-25 13:46
Message:
Done. Still some more file() features to fill in, but it's in a working state.
----------------------------------------------------------------------
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000658&group_id=1000094
More information about the Python-general
mailing list