8
0
Juergen Weigert
2010-06-02 23:35:37 +00:00
committed by Git OBS Bridge
parent 51c28d0721
commit c51b3374c9
5 changed files with 51 additions and 17 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jun 2 23:33:09 UTC 2010 - jw@novell.com
- update to 0.35. Changelog since 0.3.0:
- Fixed floats sometimes getting converted to int when transfered from
Perl to Python. Thanks to John McCullough for a great bug report.
- Fixed refcounting of positional arguments in named argument calls to
Perl subs.
- Added support for named arguments for Perl subs
- Perl UTF-8 strings now get converted to Python Unicode strings and
vice versa. This could potentially lead to incompatibilities with
existing code.
- Return lists of Perl subs no longer get reversed before passing to
Python.
- Implement access to Inline::Python::Object data
-------------------------------------------------------------------
Thu Dec 3 23:33:12 UTC 2009 - jw@novell.com