Can you like give me a list of modules that need porting to Phoenix and/or Python 3?
Everything in `wx.lib` that doesn't have one of the following tags:
py3-port, phoenix-port, unittest, documented
Needs constant care and attention. Some of the modules will have one (or
more) of those tags, very few will have all of them. So, as in every other
Phoenix classes/modules, they will need to be compatible with Phoenix,
tested on Python 2 and 3, have one (or more) unit tests and they will need
to have Sphinx-compatible docstrings:
http://wxpython.org/Phoenix/docs/html/DocstringsGuidelines.html
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
# ------------------------------------------------------------- #
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()
# ------------------------------------------------------------- #
···
On 5 June 2013 20:44, "Boštjan Mejak" wrote:
Can you like give me a list of modules that need porting to Phoenix and/or
Python 3?