mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo.
This commit is contained in:
parent
f91de8e518
commit
51490ace7e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ MS_CORE_DLL.
|
|||
|
||||
/* Visual Studio 2005 introduces deprecation warnings for
|
||||
"insecure" and POSIX functions. The insecure functions should
|
||||
be replaces by *_s versions (according to Microsoft); the
|
||||
be replaced by *_s versions (according to Microsoft); the
|
||||
POSIX functions by _* versions (which, according to Microsoft,
|
||||
would be ISO C conforming). Neither renaming is feasible, so
|
||||
we just silence the warnings. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue