[ python-Bugs-1000658 ] Generalize local file descriptor interfaces

noreply at pgfoundry.org noreply at pgfoundry.org
Thu Jun 1 05:25:24 UTC 2006


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: Open
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.

----------------------------------------------------------------------

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