Revision 9b93710...

Go back to digest for 25th November 2012

Bug Fixes in KDE Base

Luca Beltrame committed changes in [kate] /plugins/pate/src:

Fix building Pate with Python 3.

Python's C API changed a lot between version 2 and 3, and in particular
Python 3.2 removed a lot of the old CObject API. At the moment
simultaneous compatibility is achieved by a series of #if blocks,
possibly some refactoring is in order.

Pate builds with both Python 2 and Python 3 now.


REVIEW: 107362

File Changes

Modified 4 files
  • /plugins/pate/src
  •   kate/engine.cpp
  •   kate/plugin.cpp
  •   kate/plugin.h
  •   kate/utilities.cpp
4 files changed in total