Merged revisions 72698-72699 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72698 | hirokazu.yamamoto | 2009-05-17 11:52:09 +0900 | 1 line

  Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
........
  r72699 | hirokazu.yamamoto | 2009-05-17 11:58:36 +0900 | 1 line

  Added NEWS for r72698.
........
This commit is contained in:
Hirokazu Yamamoto 2009-05-17 04:21:53 +00:00
parent 266c9905df
commit 8223c24d07
6 changed files with 23 additions and 41 deletions

View file

@ -223,7 +223,7 @@ fileio_init(PyObject *oself, PyObject *args, PyObject *kwds)
PyErr_Clear();
}
#ifdef Py_WIN_WIDE_FILENAMES
#ifdef MS_WINDOWS
if (GetVersion() < 0x80000000) {
/* On NT, so wide API available */
if (PyUnicode_Check(nameobj))