repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sum
[python.git]
/
Lib
/
plat-irix6
/
GLWS.py
blob
c1338c73e0244bc80b8a778572fa0de92bd75968
1
from
warnings
import
warnpy3k
2
warnpy3k
(
"the GLWS module has been removed in Python 3.0"
,
stacklevel
=
2
)
3
del
warnpy3k
4
5
NOERROR
=
0
6
NOCONTEXT
= -
1
7
NODISPLAY
= -
2
8
NOWINDOW
= -
3
9
NOGRAPHICS
= -
4
10
NOTTOP
= -
5
11
NOVISUAL
= -
6
12
BUFSIZE
= -
7
13
BADWINDOW
= -
8
14
ALREADYBOUND
= -
100
15
BINDFAILED
= -
101
16
SETFAILED
= -
102