~ubuntu-branches/ubuntu/natty/python3.1/natty-security

« back to all changes in this revision

Viewing changes to Doc/using/mac.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-21 17:27:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100321172757-v29qykjsa8u718lo
Tags: 3.1.2-0ubuntu1
* Python 3.1.2 release.
* Fix issue #4961: Inconsistent/wrong result of askyesno function in
  tkMessageBox with Tcl8.5. LP: #462950.
* Don't complain when /usr/local is not writable on installation.
* Apply proposed patch for issue #8032, gdb7 hooks for debugging.
* Backport issue #8140: Extend compileall to compile single files.
  Add -i option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
the foundation of most modern Mac development. Information on PyObjC is
144
144
available from http://pyobjc.sourceforge.net.
145
145
 
146
 
The standard Python GUI toolkit is :mod:`Tkinter`, based on the cross-platform
 
146
The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-platform
147
147
Tk toolkit (http://www.tcl.tk). An Aqua-native version of Tk is bundled with OS
148
148
X by Apple, and the latest version can be downloaded and installed from
149
149
http://www.activestate.com; it can also be built from source.