On Monday 22 March 2010 17:23:27 Thufir wrote:
> On Mar 20, 3:12 am, Steven D'Aprano
> cybersource.com.au> wrote:
> > On Sat, 20 Mar 2010 09:17:14 +, Thufir wrote:
> > > I'd like to acquire a token, as below, but from Java:
> > Perhaps you should be asking a Java discussion group? This group
On Mar 20, 3:12 am, Steven D'Aprano wrote:
> On Sat, 20 Mar 2010 09:17:14 +, Thufir wrote:
> > I'd like to acquire a token, as below, but from Java:
>
> Perhaps you should be asking a Java discussion group? This group is for
> discussing Python.
>
> --
> Steven
What I meant to ask is, how is
On Sat, 20 Mar 2010 09:17:14 +, Thufir wrote:
> I'd like to acquire a token, as below, but from Java:
Perhaps you should be asking a Java discussion group? This group is for
discussing Python.
--
Steven
--
http://mail.python.org/mailman/listinfo/python-list
I'd like to acquire a token, as below, but from Java:
def get_token(self,force=False) :
'''Return a tokey. A token is a special string that is used like
a session identification, but that expire rather quickly.'''
if ( force or (self._token == None) ) :
feedurl =