python-imaging and python-xdg is GO
python-twisted is NoGO but it will be dispatched the actuall upper applications 
are available.

FYI: a small base bug of python-imaging:
-----------
% cat a.py <<_EOF
import Image
im = Image.open ("test.gif")
im.show ()
_EOF
% python a.py
sh: xv: not found
-----------

  - python-imaging: GO

Message I18N
============
  - N/A: Messages for developers.

Printing
========
  - N/A

String
======
  - N/A: no copy & paste APIs

File Operation
==============
  - OK: I/O is no custom APIs

Character set
=============
  - OK: no custom APIs.

Fonts
=====
  - OK: TTF works with the python.ImageFont. A small problem is we don't have 
PILFONT for CJK but TTF should be OK.

Locales
=======
  - OK: locale can be imported.

Keymaps
=======
  - N/A

Shortcuts
=========
  - N/A

InputMethod
===========
  - N/A

Image, Sound, movie
===================
  - N/A

Accessibility
=============
  - N/A

CDE compatibility
=================
  - N/A



  - python-twisted: NoGO but no applications at the moment.

Message I18N
============
  - N/A: Messages for developers.

Printing
========
  - N/A

String
======
  - OK: python.string is used.

File Operation
==============
  - N/A

Character set
=============
  - NG: TWistedMail has No conversions between mail encodings and current 
encodings, especially ISO-2022-JP

Fonts
=====
  - OK: small bug: TwistedWeb has hardcoded stylesheet in widgets.py

Locales
=======
  - OK: locale can be imported.

Keymaps
=======
  - N/A

Shortcuts
=========
  - N/A

InputMethod
===========
  - N/A

Image, Sound, movie
===================
  - N/A

Accessibility
=============
  - N/A

CDE compatibility
=================
  - N/A



  - python-xdg: GO

Message I18N
============
  - N/A: Messages for developers.

Printing
========
  - N/A

String
======
  - N/A: no copy & paste APIs

File Operation
==============
  - N/A

Character set
=============
  - OK: we use UTF-8 for multilingual files.

Fonts
=====
  - N/A

Locales
=======
  - OK: locale can be imported.

Keymaps
=======
  - N/A

Shortcuts
=========
  - N/A

InputMethod
===========
  - N/A

Image, Sound, movie
===================
  - N/A

Accessibility
=============
  - N/A

CDE compatibility
=================
  - N/A




Reply via email to