DESC
Implement fileno() in python bindings.
EDESC
The fileno() method is quite useful, and needed in a variety of situations
in different file-related modules. This patch implements the fileno() method
to the jfile object.
