[Python-checkins] python/dist/src/PC _winreg.c,1.13,1.14

mhammond@users.sourceforge.net mhammond@users.sourceforge.net
Wed, 15 Jan 2003 15:38:17 -0800


Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1:/tmp/cvs-serv2785

Modified Files:
	_winreg.c 
Log Message:
Correct docstring for SetValueEx()


Index: _winreg.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/_winreg.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** _winreg.c	20 Dec 2002 20:13:35 -0000	1.13
--- _winreg.c	15 Jan 2003 23:38:15 -0000	1.14
***************
*** 259,263 ****
  "\n"
  "key is an already open key, or any one of the predefined HKEY_* constants.\n"
! "sub_key is a string that names the subkey with which the value is associated.\n"
  "type is an integer that specifies the type of the data.  This should be one of:\n"
  "  REG_BINARY -- Binary data in any form.\n"
--- 259,263 ----
  "\n"
  "key is an already open key, or any one of the predefined HKEY_* constants.\n"
! "value_name is a string containing the name of the value to set, or None\n"
  "type is an integer that specifies the type of the data.  This should be one of:\n"
  "  REG_BINARY -- Binary data in any form.\n"