~pythonregexp2.7/python/issue2636-18

« back to all changes in this revision

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

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-21 13:47:31 UTC
  • mfrom: (39021.1.404 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080921134731-rudomuzeh1b2tz1y
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
error='Audio_mac.error'
3
3
 
4
4
from warnings import warnpy3k
5
 
warnpy3k("In 3.x, the Play_Audio_mac module is removed.")
 
5
warnpy3k("In 3.x, the Play_Audio_mac module is removed.", stacklevel=2)
6
6
 
7
7
class Play_Audio_mac:
8
8