Author: | James Thrasher jjt@gjt.org |
Home Page: |
|
Version: | .1 |
Release Tag: | $ |
Release Date: | 1999/05/29 11:50:49 |
JVM Required: | 1.1 |
License: | Unspecified |
Categories: | None |
Requirements: | JPython |
Dependencies: | No dependencies |
Externals: | None |
marshal
module. It also provides the PyByteString
type, which allows a programmer to write binary data straight to a Python String, since the PyString
object does Unicode conversions.