Added NS and EW constants, which are meaningful values for grid's
-sticky option.
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py
index da34a4d..ee74e3a 100644
--- a/Lib/lib-tk/Tkconstants.py
+++ b/Lib/lib-tk/Tkconstants.py
@@ -5,7 +5,7 @@
 NO=FALSE=OFF=0
 YES=TRUE=ON=1
 
-# -anchor
+# -anchor and -sticky
 N='n'
 S='s'
 W='w'
@@ -14,6 +14,8 @@
 SW='sw'
 NE='ne'
 SE='se'
+NS='ns'
+EW='ew'
 CENTER='center'
 
 # -fill