Re: [Jython-users] Is there any getpass equivalent in Jython
by Diez B. Roggisch other posts by this author
Nov 30 2004 12:14PM messages near this date
[Jython-users] Is there any getpass equivalent in Jython
|
Re: [Jython-users] [NOOB] importing python stuff stored elsewhere...
> Is there any getpass equivalent in Jython? The getpass seems to be
> available in Python for Windows and UNIX?
As the philosophy of java is to provide the intersection of all features of
the OSes it runs on instead of the union of these features (as python does),
you won't have such a module for jython - because java doesn't have one.
Maybe you can find a java package out there that does it by the JNI, but
that's 3rd-party then.
Diez
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
Thread:
Sanjay Saxena
Diez B. Roggisch
|