On Thu, Aug 6, 2009 at 7:20 PM, Kenneth Gonsalves wrote:
> is it not deprecated?
The documentation covers that question, too.
--
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
--~--~-~--~~~---~--~~
You received this message becaus
On Friday 07 Aug 2009 12:02:19 am James Bennett wrote:
> On Thu, Aug 6, 2009 at 1:16 PM, Asinox wrote:
> > Thanks Alex Gaynor :) is working :)
>
> It's very important to note that the documentation for this module
> would have given you the same information. In general, you should be
> doing your
Thanks guys :)
On Aug 6, 2:32 pm, James Bennett wrote:
> On Thu, Aug 6, 2009 at 1:16 PM, Asinox wrote:
> > Thanks Alex Gaynor :) is working :)
>
> It's very important to note that the documentation for this module
> would have given you the same information. In general, you should be
> doing you
On Thu, Aug 6, 2009 at 1:16 PM, Asinox wrote:
> Thanks Alex Gaynor :) is working :)
It's very important to note that the documentation for this module
would have given you the same information. In general, you should be
doing your best to read and familiarize yourself with documentation so
that y
Thanks Alex Gaynor :) is working :)
On Aug 6, 1:57 pm, Alex Gaynor wrote:
> On Thu, Aug 6, 2009 at 12:55 PM, Asinox wrote:
>
> > Hi guys, please i need to know why md5 return this:
>
> >
>
> > the way that im using:
>
> > def encriptar():
> > toEncode = pickle.dumps(datetime.now)
> > enco
On 08/06/2009 01:55 PM, Asinox wrote:
> Hi guys, please i need to know why md5 return this:
>
>
>
>
> the way that im using:
>
> def encriptar():
> toEncode = pickle.dumps(datetime.now)
> encoded = md5.new(toEncode)
>
> return encoded
>
Because encoded is an md5 hash *object*.
On Thu, Aug 6, 2009 at 12:55 PM, Asinox wrote:
>
> Hi guys, please i need to know why md5 return this:
>
>
>
>
> the way that im using:
>
> def encriptar():
> toEncode = pickle.dumps(datetime.now)
> encoded = md5.new(toEncode)
>
> return encoded
>
>
> Thanks
> >
>
You can call the hexdi
Hi guys, please i need to know why md5 return this:
the way that im using:
def encriptar():
toEncode = pickle.dumps(datetime.now)
encoded = md5.new(toEncode)
return encoded
Thanks
--~--~-~--~~~---~--~~
You received this message because you are su
8 matches
Mail list logo