Navigation
Learn About
Developing With
Ingres Talk
Information
Toolbox
Views
Python PEP-3137
From Ingres Community Wiki
(Redirected from PEP-3137 Home)
Jump to: navigation, search
Python PEP-3137 introduces new atomic types fpr Python 3.0 (aka Py3K). The main changes that affect Ingres are:
- String object (str) will map to PyUnicode instead of the C type PyString
- New bytes type for the C type PyString
- New bytearray type for the C type PyBytes
PEP-3137 is documented at http://www.python.org/dev/peps/pep-3137/
Expected development time : Unknown
[edit]
Project Profile
| Admins | Grant Croker |
| Sponsor | Grant Croker |
| Developers | |
| Development Status | Discussion |
| Intended Audience | Developers |
| License | GNU GPLv2 |
| Operating System(s) | 32-bit MS Windows (NT/2000/XP/Vista), Solaris, Linux, HP-UX, IBM AIX |
| Programming Language(s) | C, Python |
| Topic(s) | Ingres, Python |
| Registered | 10-Oct-2008 |
Retrieved from "http://community.actian.com/wiki/Python_PEP-3137"


