Guido van Rossum c6472e9ee1 1. Add string conversions to int(), long(), float(). (Not to complex()!)
2. Fix two bugs in complex():

   - Memory leak when using complex(classinstance) -- r was never
   DECREF'ed.

   - Conversion of the second argument, if not complex, was done using
   the type vector of the 1st.
1997-03-31 17:15:43 +00:00
..
1997-03-14 04:32:50 +00:00
1997-01-20 18:34:55 +00:00
1997-03-14 04:32:50 +00:00
1997-03-14 04:32:50 +00:00