On 5/27/06, Jeff Norton <jnorton@...> wrote:
> I porting a large source base from CPython to Jython. I have found a
> number of
> libraries missing in Jython notably:
>
> logging
> datetime
> decimal
> platform
> xml.sax
>
> For logging the source is part of the standard Cpython distribution so I
> just
> copied it into my Jython/lib directory and it seems to work just fine.
Good to know, thanks.
>
> For datetime I've seen hints that it might be available soon. Is there
> an
> implementation around somewhere that I could grab?
The subversion code has one in its Lib directory, it comes from the
CPython sandbox (it is a pure python implementation) -- but I don't
have the path handy.
>
> I presume I'll have to write the others, is there anything available?
I think xml.sax comes from PyXML -- and if so we do plan on getting it
into the final release, but it isn't in yet. I think decimal has
pretty much no chance of making it in since it is a 2.4 feature and
probably has 2.4 dependencies (and I'm guessing it would be pretty
difficult to implement).
>
> Thanks,
> Jeff Norton.
>
>
> -------------------------------------------------------
> All the advantages of Linux Managed Hosting--Without the Cost and Risk!
> Fully trained technicians. The highest number of Red Hat certifications i=
n
> the hosting industry. Fanatical Support. Click to learn more
> http://sel.as-us.falkag.net/sel?cmdlnk&kid=107521&bid$8729&dat=121642
> _______________________________________________
> Jython-dev mailing list
> Jython-dev@...
> https://lists.sourceforge.net/lists/listinfo/jython-dev
>
|