source: trunk/essentials/dev-lang/python/Doc/mac/libaepack.tex@ 3226

Last change on this file since 3226 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 3.5 KB
Line 
1\section{\module{aepack} ---
2 Conversion between Python variables and AppleEvent data containers}
3
4\declaremodule{standard}{aepack}
5 \platform{Mac}
6%\moduleauthor{Jack Jansen?}{email}
7\modulesynopsis{Conversion between Python variables and AppleEvent
8 data containers.}
9\sectionauthor{Vincent Marchetti}{[email protected]}
10
11
12The \module{aepack} module defines functions for converting (packing)
13Python variables to AppleEvent descriptors and back (unpacking).