You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/01/05 17:21:05 UTC

[Bug 123975] Update to Python 3.3

https://issues.apache.org/ooo/show_bug.cgi?id=123975

--- Comment #1 from hanya <ha...@gmail.com> ---
Created attachment 82222
  --> https://issues.apache.org/ooo/attachment.cgi?id=82222&action=edit
Experimental patch to update Python 3.3.3 for Linux and Windows environment

Changes contained only for Linux and Windows VS9 build.
pyuno has been migrated to be work with Python 3k. Therefore most changes are
in building Python itself.
Changes: 
- without imp module: imp module is deprecated since Python 3.4. Instantiate
new module without using it.
- pyuno has some warnings, the patch contains fix for them.
- Official compiler for Python has been changed to VS 2010 for Windows
environment. 
  And solution file for VS 2008 is there in PC/VS9.0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.