Arnaud Delobelle | 10 Feb 22:05
Picon

Re: str.format

On 10 February 2012 20:57, Miki Tebeka <miki <at> adconion.com> wrote:
> Greetings,
>
> I think the docs are wrong
> (http://jython.org/docs/library/stdtypes.html#string-methods)
> It says str.format is there, but in practice it's not.

If you read to the end it says "New in version 2.6".  Jython is 2.5...

--

-- 
Arnaud

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Josh Juneau | 11 Feb 05:18
Picon

Re: str.format

The documentation is a work in progress.  We took Python's 2.6 documentation set and tried to peel off all of
the features in the set that were not in 2.5.  Unfortunately I only converted it so far along and haven't
found time to continue the work.  The docs are available in the repository (svn still I believe)...feel
free to check them out and build them locally using Sphinx.  

Any assistance back porting the docs would be appreciated.

Thanks

Josh Juneau
juneau001 <at> gmail.com
http://jj-blogger.blogspot.com
http://www.jythonbook.com
Oracle PL/SQL Recipes - http://www.apress.com/9781430232070

On Feb 10, 2012, at 3:05 PM, Arnaud Delobelle <arnodel <at> gmail.com> wrote:

> On 10 February 2012 20:57, Miki Tebeka <miki <at> adconion.com> wrote:
>> Greetings,
>> 
>> I think the docs are wrong
>> (http://jython.org/docs/library/stdtypes.html#string-methods)
>> It says str.format is there, but in practice it's not.
> 
> If you read to the end it says "New in version 2.6".  Jython is 2.5...
> 
> -- 
> Arnaud
> 
> ------------------------------------------------------------------------------
(Continue reading)


Gmane