On May 12, 11:48 pm, Hrvoje Niksic wrote:
> rahul writes:
> > Hi Christian,
> > rb_big2str(Big-Integer, base) of ruby returns string
*base*
>representation
> > of big-Integer. now, i am able to find equivalent python API function
> > of rb_str2cstr() of ruby.
>
> That would be PyLong_FromStri
rahul writes:
> Hi Christian,
> rb_big2str(Big-Integer, base) of ruby returns string representation
> of big-Integer. now, i am able to find equivalent python API function
> of rb_str2cstr() of ruby.
That would be PyLong_FromString, for the sake of later searches.
> so , please help me about
On May 12, 5:25 pm, Christian Heimes wrote:
> rahul schrieb:
>
> > Is functions equivalent to ruby's rb_big2str() and rb_str2cstr()
> > available in Python.
> > I had search a lot in google but not able to find that.
> > If anybody know than please give me the name of those functions of
> > Pytho
rahul schrieb:
> Is functions equivalent to ruby's rb_big2str() and rb_str2cstr()
> available in Python.
> I had search a lot in google but not able to find that.
> If anybody know than please give me the name of those functions of
> Python.
Please don't assume that we know what the Ruby function
Is functions equivalent to ruby's rb_big2str() and rb_str2cstr()
available in Python.
I had search a lot in google but not able to find that.
If anybody know than please give me the name of those functions of
Python.
--
http://mail.python.org/mailman/listinfo/python-list