~pythonregexp2.7/python/issue2636-01+09-02

« back to all changes in this revision

Viewing changes to Lib/plat-mac/cfmfile.py

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 00:16:16 UTC
  • mfrom: (39022.1.34 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922001616-p1wdip9lfp0zl5cu
Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
__author__ = "jvr"
7
7
 
8
8
import warnings
9
 
warnings.warn("the cfmfile module is deprecated and is removed in 3,0",
10
 
              DeprecationWarning, 2)
 
9
warnings.warnpy3k("the cfmfile module is deprecated and is removed in 3,0",
 
10
              stacklevel=2)
11
11
 
12
12
import Carbon.File
13
13
import struct