Staging
v0.8.1
https://github.com/python/cpython
Revision 31584cb43d1cb8b393b110ef0b994fd431d7dbb6 authored by Guido van Rossum on 22 January 2001, 14:53:29 UTC, committed by Guido van Rossum on 22 January 2001, 14:53:29 UTC
Allow pickle.py to be using with Jython unicode strings
1 parent f317a18
Raw File
Tip revision: 31584cb43d1cb8b393b110ef0b994fd431d7dbb6 authored by Guido van Rossum on 22 January 2001, 14:53:29 UTC
Finn Bock (SF patch #103349):
Tip revision: 31584cb
setup.cfg.in

[install]
install_platlib = @prefix@/lib/python@VERSION@/lib-dynload
back to top