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

« back to all changes in this revision

Viewing changes to Lib/plat-mac/macerrors.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:
1
1
# -coding=latin1-
2
2
 
3
3
from warnings import warnpy3k
4
 
warnpy3k("In 3.x, the macerrors module is removed.")
 
4
warnpy3k("In 3.x, the macerrors module is removed.", stacklevel=2)
5
5
 
6
6
svTempDisable   =   -32768  #svTempDisable
7
7
svDisabled  =   -32640  #Reserve range -32640 to -32768 for Apple temp disables.