mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
Add pep-291 compatibility markers.
This commit is contained in:
parent
f608317061
commit
c2da994585
17 changed files with 61 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
######################################################################
|
||||
# This file should be kept compatible with Python 2.3, see PEP 291. #
|
||||
######################################################################
|
||||
"""create and manipulate C data types in Python"""
|
||||
|
||||
import os as _os, sys as _sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
######################################################################
|
||||
# This file should be kept compatible with Python 2.3, see PEP 291. #
|
||||
######################################################################
|
||||
import sys
|
||||
from ctypes import *
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
######################################################################
|
||||
# This file should be kept compatible with Python 2.3, see PEP 291. #
|
||||
######################################################################
|
||||
"""
|
||||
Enough Mach-O to make your head spin.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
######################################################################
|
||||
# This file should be kept compatible with Python 2.3, see PEP 291. #
|
||||
######################################################################
|
||||
"""
|
||||
dyld emulation
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
######################################################################
|
||||
# This file should be kept compatible with Python 2.3, see PEP 291. #
|
||||
######################################################################
|
||||
"""
|
||||
Generic dylib path manipulation
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
######################################################################
|
||||
# This file should be kept compatible with Python 2.3, see PEP 291. #
|
||||
######################################################################
|
||||
"""
|
||||
Generic framework path manipulation
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
######################################################################
|
||||
# This file should be kept compatible with Python 2.3, see PEP 291. #
|
||||
######################################################################
|
||||
import sys, os
|
||||
|
||||
# find_library(name) returns the pathname of a library, or None.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
######################################################################
|
||||
# This file should be kept compatible with Python 2.3, see PEP 291. #
|
||||
######################################################################
|
||||
# XXX This module needs cleanup.
|
||||
|
||||
from ctypes import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue