]> granicus.if.org Git - python/log
python
16 years agofix isSet in _exposed
Benjamin Peterson [Thu, 26 Jun 2008 21:29:19 +0000 (21:29 +0000)]
fix isSet in _exposed

16 years agouse the new API
Benjamin Peterson [Thu, 26 Jun 2008 21:24:35 +0000 (21:24 +0000)]
use the new API

16 years agoadd a htmlview directive
Benjamin Peterson [Thu, 26 Jun 2008 21:23:30 +0000 (21:23 +0000)]
add a htmlview directive

16 years agoUse newer versions of externals.
Georg Brandl [Thu, 26 Jun 2008 21:12:55 +0000 (21:12 +0000)]
Use newer versions of externals.

16 years agoAdd a version tag for shutdown().
Georg Brandl [Thu, 26 Jun 2008 18:55:37 +0000 (18:55 +0000)]
Add a version tag for shutdown().

16 years agoCorrected inconsistencies in sizeof tests and addressed issue pointed
Robert Schuppenies [Thu, 26 Jun 2008 15:20:35 +0000 (15:20 +0000)]
Corrected inconsistencies in sizeof tests and addressed issue pointed
out by Jean Brouwers.

16 years agoReverting the patch from #3165, as it broke other
Facundo Batista [Wed, 25 Jun 2008 19:24:53 +0000 (19:24 +0000)]
Reverting the patch from #3165, as it broke other
behaviours. I left the original test commented out (note
that that test came from #2702, which seems to have a
problem in FreeBSD and Windows, but not in Linux).

I included a new test, to watch over the now-broken
behaviour, I took it from #3179.

16 years agoissue #3199: Fix typo in Mac/Makefile.in
Mark Dickinson [Wed, 25 Jun 2008 15:29:32 +0000 (15:29 +0000)]
issue #3199: Fix typo in Mac/Makefile.in

16 years agoget rid of 2.6/3.0 switch statements in multiprocessing
Benjamin Peterson [Wed, 25 Jun 2008 12:44:29 +0000 (12:44 +0000)]
get rid of 2.6/3.0 switch statements in multiprocessing

16 years agouse byte literals in multiprocessing
Benjamin Peterson [Wed, 25 Jun 2008 12:39:05 +0000 (12:39 +0000)]
use byte literals in multiprocessing

16 years agoIssue 3147: Fixed SizeofTest failure for LLP64 systems.
Robert Schuppenies [Wed, 25 Jun 2008 09:20:03 +0000 (09:20 +0000)]
Issue 3147: Fixed SizeofTest failure for LLP64 systems.

16 years agoremove bytes alias in multiprocessing
Benjamin Peterson [Wed, 25 Jun 2008 03:09:05 +0000 (03:09 +0000)]
remove bytes alias in multiprocessing

16 years agoRevert 64424, 64438, and 64439.
Raymond Hettinger [Tue, 24 Jun 2008 22:46:07 +0000 (22:46 +0000)]
Revert 64424, 64438, and 64439.

16 years agoIssue 3189: Py3k DeprecationWarning in difflib
Raymond Hettinger [Tue, 24 Jun 2008 15:58:53 +0000 (15:58 +0000)]
Issue 3189:  Py3k DeprecationWarning in difflib

16 years agoRemove references to Py3k in __floor__, __ceil__ and __round__ documentation.
Mark Dickinson [Tue, 24 Jun 2008 15:35:14 +0000 (15:35 +0000)]
Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.

16 years agoFixed formatting with thousands separator and padding. Resolves issue 3140.
Eric Smith [Tue, 24 Jun 2008 11:11:59 +0000 (11:11 +0000)]
Fixed formatting with thousands separator and padding.  Resolves issue 3140.

16 years agoChange description of float('nan') feature; NaNs don't care much about
Mark Dickinson [Tue, 24 Jun 2008 11:08:58 +0000 (11:08 +0000)]
Change description of float('nan') feature; NaNs don't care much about
signs, and float('nan'), float('+nan') and float('-nan') actually all
generate the exact same NaN value.

16 years agoTypo in comment.
Eric Smith [Tue, 24 Jun 2008 06:05:30 +0000 (06:05 +0000)]
Typo in comment.

16 years agominor fix
Benjamin Peterson [Tue, 24 Jun 2008 02:41:08 +0000 (02:41 +0000)]
minor fix

16 years agoModified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation...
Eric Smith [Tue, 24 Jun 2008 00:42:10 +0000 (00:42 +0000)]
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140.

16 years agoInclude debug info when assembling win64.asm in a debug build.
Thomas Heller [Mon, 23 Jun 2008 19:51:41 +0000 (19:51 +0000)]
Include debug info when assembling win64.asm in a debug build.

16 years agoFix compilation on Windows.
Thomas Heller [Mon, 23 Jun 2008 14:49:56 +0000 (14:49 +0000)]
Fix compilation on Windows.

16 years agoIssue 3161: Missing import and test.
Raymond Hettinger [Mon, 23 Jun 2008 03:29:28 +0000 (03:29 +0000)]
Issue 3161: Missing import and test.

16 years agoFixing the problem stated in issue 2702 with the patch submitted
Facundo Batista [Sun, 22 Jun 2008 23:19:14 +0000 (23:19 +0000)]
Fixing the problem stated in issue 2702 with the patch submitted
in the issue 3165. Now cPickle does not fails with uncontrolled
behaviour when pickling into a very deep nested structure.

16 years agoJust returning nothing instead of rising TestSkipped, because
Facundo Batista [Sun, 22 Jun 2008 19:35:24 +0000 (19:35 +0000)]
Just returning nothing instead of rising TestSkipped, because
it makes the test fail in the trunk.loewis-sun buildbot.

16 years agoWrite out "phi" consistently.
Georg Brandl [Sun, 22 Jun 2008 19:07:59 +0000 (19:07 +0000)]
Write out "phi" consistently.

16 years agoExpand docstrings of sqlite3 functions.
Georg Brandl [Sun, 22 Jun 2008 18:31:54 +0000 (18:31 +0000)]
Expand docstrings of sqlite3 functions.

16 years agoTrying to see if the problem in Martin's buildot is at
Facundo Batista [Sun, 22 Jun 2008 18:23:55 +0000 (18:23 +0000)]
Trying to see if the problem in Martin's buildot is at
directory creation time...

16 years ago#3085: Fix syntax error.
Georg Brandl [Sun, 22 Jun 2008 18:11:52 +0000 (18:11 +0000)]
#3085: Fix syntax error.

16 years agoTrying to see if the @ in a path is causing the issue in the
Facundo Batista [Sun, 22 Jun 2008 16:11:34 +0000 (16:11 +0000)]
Trying to see if the @ in a path is causing the issue in the
shutil.rmtree() in the trunk.loewis-sun buildbot.

16 years agoIssue 3164. Small fix to don't repeat a comparation
Facundo Batista [Sun, 22 Jun 2008 15:27:10 +0000 (15:27 +0000)]
Issue 3164. Small fix to don't repeat a comparation
without necessity.

16 years agoWording fix
Andrew M. Kuchling [Sun, 22 Jun 2008 13:39:11 +0000 (13:39 +0000)]
Wording fix

16 years agoIssue #2722. Now the char buffer to support the path string has
Facundo Batista [Sun, 22 Jun 2008 13:36:20 +0000 (13:36 +0000)]
Issue #2722. Now the char buffer to support the path string has
not fixed length, it mallocs memory if needed. As a result, we
don't have a maximum for the getcwd() method.

16 years agoTurn section references into proper cross-references.
Georg Brandl [Sun, 22 Jun 2008 09:05:29 +0000 (09:05 +0000)]
Turn section references into proper cross-references.

16 years agoIn the deprecated functions I added an alert to review
Facundo Batista [Sat, 21 Jun 2008 19:48:19 +0000 (19:48 +0000)]
In the deprecated functions I added an alert to review
specially a section of the subprocess documentation
that helps with the replacing of those functionss.

16 years agoNow a from submitted via POST that also has a query string
Facundo Batista [Sat, 21 Jun 2008 18:58:04 +0000 (18:58 +0000)]
Now a from submitted via POST that also has a query string
will contain both FieldStorage and MiniFieldStorage items.

Fixes #1817.

16 years agoFixed issue #2888. Now the behaviour of pprint when working with nested
Facundo Batista [Sat, 21 Jun 2008 17:43:56 +0000 (17:43 +0000)]
Fixed issue #2888. Now the behaviour of pprint when working with nested
structures follows the common sense (and works like in 2.5 and 3.0).

16 years agoReviewed and updated the documentation. Fixes #3017.
Facundo Batista [Sat, 21 Jun 2008 17:30:06 +0000 (17:30 +0000)]
Reviewed and updated the documentation. Fixes #3017.

16 years agoDocumentation fix.
Georg Brandl [Sat, 21 Jun 2008 14:26:19 +0000 (14:26 +0000)]
Documentation fix.

16 years agoDocstring correction
Andrew M. Kuchling [Sat, 21 Jun 2008 13:48:38 +0000 (13:48 +0000)]
Docstring correction

16 years agoUse repr() for bad input strings; this makes the empty string or binary characters...
Andrew M. Kuchling [Sat, 21 Jun 2008 13:47:20 +0000 (13:47 +0000)]
Use repr() for bad input strings; this makes the empty string or binary characters more visible

16 years agoDocstring typo
Andrew M. Kuchling [Sat, 21 Jun 2008 13:29:12 +0000 (13:29 +0000)]
Docstring typo

16 years agoFix build on FreeBSD gcc.
Hye-Shik Chang [Sat, 21 Jun 2008 11:15:30 +0000 (11:15 +0000)]
Fix build on FreeBSD gcc.

16 years agoIssue 3008: hex/oct/bin can show floats exactly.
Raymond Hettinger [Sat, 21 Jun 2008 06:39:53 +0000 (06:39 +0000)]
Issue 3008: hex/oct/bin can show floats exactly.

16 years agoCorrect two versionchanged directives, to improve the 'changes' output
Andrew M. Kuchling [Sat, 21 Jun 2008 00:17:22 +0000 (00:17 +0000)]
Correct two versionchanged directives, to improve the 'changes' output

16 years agoVarious items
Andrew M. Kuchling [Fri, 20 Jun 2008 23:43:12 +0000 (23:43 +0000)]
Various items

16 years agoGrammar fixes
Andrew M. Kuchling [Fri, 20 Jun 2008 23:14:32 +0000 (23:14 +0000)]
Grammar fixes

16 years agoRemove request for e-mail; it's unlikely these classes will be saved
Andrew M. Kuchling [Fri, 20 Jun 2008 23:13:58 +0000 (23:13 +0000)]
Remove request for e-mail; it's unlikely these classes will be saved

16 years agorephrase
Benjamin Peterson [Fri, 20 Jun 2008 20:33:33 +0000 (20:33 +0000)]
rephrase

16 years agoChange references to the new math functions to generate proper x-refs.
Georg Brandl [Fri, 20 Jun 2008 19:28:18 +0000 (19:28 +0000)]
Change references to the new math functions to generate proper x-refs.

16 years agoFix another typo in math_sum comment
Mark Dickinson [Fri, 20 Jun 2008 15:26:19 +0000 (15:26 +0000)]
Fix another typo in math_sum comment

16 years agoFix outdated count of the number of new math module functions.
Mark Dickinson [Fri, 20 Jun 2008 15:17:41 +0000 (15:17 +0000)]
Fix outdated count of the number of new math module functions.

16 years agoIssue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now
Mark Dickinson [Fri, 20 Jun 2008 14:53:43 +0000 (14:53 +0000)]
Issue #3004:  Minor fix to slice.indices().  slice(-10).indices(9) now
returns (0, 0, 1) instead of (0, -1, 1), and slice(None, 10, -1).indices(10)
returns (9, 9, -1) instead of (9, 10, -1).

16 years agoVarious items
Andrew M. Kuchling [Fri, 20 Jun 2008 11:39:54 +0000 (11:39 +0000)]
Various items

16 years agoMake bin() implementation parallel oct() and hex() so that int/long subclasses can...
Raymond Hettinger [Fri, 20 Jun 2008 04:18:15 +0000 (04:18 +0000)]
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.

16 years agoadd multiprocessing to the Makefile
Benjamin Peterson [Fri, 20 Jun 2008 02:47:03 +0000 (02:47 +0000)]
add multiprocessing to the Makefile

16 years agoFix comment typos
Andrew M. Kuchling [Fri, 20 Jun 2008 02:11:42 +0000 (02:11 +0000)]
Fix comment typos

16 years agoVarious items
Andrew M. Kuchling [Fri, 20 Jun 2008 02:05:57 +0000 (02:05 +0000)]
Various items

16 years agoUpdated with fix for #3136.
Vinay Sajip [Thu, 19 Jun 2008 22:41:08 +0000 (22:41 +0000)]
Updated with fix for #3136.

16 years agoBug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional...
Vinay Sajip [Thu, 19 Jun 2008 22:40:17 +0000 (22:40 +0000)]
Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved.
Thanks to Leandro Lucarella for the patch.

16 years agoskip test_macostools when UCS4 is enabled
Benjamin Peterson [Thu, 19 Jun 2008 21:39:06 +0000 (21:39 +0000)]
skip test_macostools when UCS4 is enabled

16 years agoIn test_site, correctly escape backslashes in path names.
Amaury Forgeot d'Arc [Thu, 19 Jun 2008 21:17:12 +0000 (21:17 +0000)]
In test_site, correctly escape backslashes in path names.
This allows the test to pass when the username begins with a lowercase 't'...

16 years agoPut threading in front of thread
Andrew M. Kuchling [Thu, 19 Jun 2008 20:33:31 +0000 (20:33 +0000)]
Put threading in front of thread

16 years agotest_macos can be skipped on non-mac platforms.
Amaury Forgeot d'Arc [Thu, 19 Jun 2008 19:57:39 +0000 (19:57 +0000)]
test_macos can be skipped on non-mac platforms.

16 years agoRemove some standalone material from the introduction; various markup and typo fixes
Andrew M. Kuchling [Thu, 19 Jun 2008 19:48:42 +0000 (19:48 +0000)]
Remove some standalone material from the introduction; various markup and typo fixes

16 years agoOnly include update_lines_cols() function when it's actually going to be used
Andrew M. Kuchling [Thu, 19 Jun 2008 14:02:30 +0000 (14:02 +0000)]
Only include update_lines_cols() function when it's actually going to be used

16 years agoPost release changes
Barry Warsaw [Thu, 19 Jun 2008 02:31:54 +0000 (02:31 +0000)]
Post release changes

16 years agoTagging for 2.6b1
Barry Warsaw [Thu, 19 Jun 2008 01:48:40 +0000 (01:48 +0000)]
Tagging for 2.6b1

16 years agoBumping to 2.6b1 v2.6b1
Barry Warsaw [Thu, 19 Jun 2008 01:48:07 +0000 (01:48 +0000)]
Bumping to 2.6b1

16 years agoFix test_socket_ssl the easy way and remove it per #1489
Benjamin Peterson [Wed, 18 Jun 2008 22:59:32 +0000 (22:59 +0000)]
Fix test_socket_ssl the easy way and remove it per #1489

16 years agoTypo in a directory name. Should help the AMD64 buildbots
Amaury Forgeot d'Arc [Wed, 18 Jun 2008 21:33:58 +0000 (21:33 +0000)]
Typo in a directory name. Should help the AMD64 buildbots

16 years agoThe ssl certificate at https://sf.net is not valid.
Amaury Forgeot d'Arc [Wed, 18 Jun 2008 21:18:27 +0000 (21:18 +0000)]
The ssl certificate at https://sf.net is not valid.
Switch to https://sourceforge.net

16 years agoRemove test_listener_client to remove possible race condition in the multiprocessing...
Jesse Noller [Wed, 18 Jun 2008 16:34:50 +0000 (16:34 +0000)]
Remove test_listener_client to remove possible race condition in the multiprocessing tests

16 years agoAttempt RLock creation prior to test execution on Linux, if it raises the OSError...
Jesse Noller [Wed, 18 Jun 2008 13:29:52 +0000 (13:29 +0000)]
Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite

16 years agoAdd versionadded tags to new math functions.
Georg Brandl [Wed, 18 Jun 2008 09:28:22 +0000 (09:28 +0000)]
Add versionadded tags to new math functions.

16 years agoTypo fix
Mark Dickinson [Wed, 18 Jun 2008 09:20:17 +0000 (09:20 +0000)]
Typo fix

16 years agoFix double decref.
Raymond Hettinger [Wed, 18 Jun 2008 00:56:57 +0000 (00:56 +0000)]
Fix double decref.

16 years agoFix the previous fix
Amaury Forgeot d'Arc [Tue, 17 Jun 2008 23:14:19 +0000 (23:14 +0000)]
Fix the previous fix

16 years agoOn windows, lib2to3 should accept / and \ in the fixer_dir argument
Amaury Forgeot d'Arc [Tue, 17 Jun 2008 23:09:19 +0000 (23:09 +0000)]
On windows, lib2to3 should accept / and \ in the fixer_dir argument
Needed to let the tests pass

16 years agoadd needed import
Benjamin Peterson [Tue, 17 Jun 2008 23:01:59 +0000 (23:01 +0000)]
add needed import

16 years agoskip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot...
Benjamin Peterson [Tue, 17 Jun 2008 22:40:44 +0000 (22:40 +0000)]
skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env.

16 years agoIssue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising
Mark Dickinson [Tue, 17 Jun 2008 21:16:55 +0000 (21:16 +0000)]
Issue 3118: make test_math pass on Ubuntu/ia64.  exp(-745.0) was raising
OverflowError incorrectly on this platform, presumably as a result of
the libm setting errno = ERANGE for this call.

16 years agoRoll back Raymond's -r64098 while we think of something better.
Guido van Rossum [Tue, 17 Jun 2008 17:38:02 +0000 (17:38 +0000)]
Roll back Raymond's -r64098 while we think of something better.
(See issue 3056 -- we're close to a resolution but need unittests.)

16 years agoUpdated with fix for #3126.
Vinay Sajip [Tue, 17 Jun 2008 11:04:02 +0000 (11:04 +0000)]
Updated with fix for #3126.

16 years agoBug #3126: StreamHandler and FileHandler check before calling "flush" and "close...
Vinay Sajip [Tue, 17 Jun 2008 11:02:14 +0000 (11:02 +0000)]
Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch).

16 years agoSplit the HTML index.
Georg Brandl [Tue, 17 Jun 2008 09:01:35 +0000 (09:01 +0000)]
Split the HTML index.

16 years agoIssue 3048: Fixed sys.sizeof test fails with wide unicode.
Robert Schuppenies [Tue, 17 Jun 2008 08:42:15 +0000 (08:42 +0000)]
Issue 3048: Fixed sys.sizeof test fails with wide unicode.

16 years agoAdd Jesse Noller to the developers list.
Georg Brandl [Mon, 16 Jun 2008 21:00:47 +0000 (21:00 +0000)]
Add Jesse Noller to the developers list.

16 years agoreduce the test_multiprocessing load to ones that shouldn't hang. These will be reena...
Benjamin Peterson [Mon, 16 Jun 2008 20:52:48 +0000 (20:52 +0000)]
reduce the test_multiprocessing load to ones that shouldn't hang. These will be reenabled gradually as we find the problems.

16 years agofix Tools/scripts/2to3 as the result of a merge error
Benjamin Peterson [Mon, 16 Jun 2008 20:18:18 +0000 (20:18 +0000)]
fix Tools/scripts/2to3 as the result of a merge error

16 years agoIssue 3110: Crash with weakref subclass,
Amaury Forgeot d'Arc [Mon, 16 Jun 2008 19:12:42 +0000 (19:12 +0000)]
Issue 3110: Crash with weakref subclass,
seen after a "import multiprocessing.reduction"

An instance of a weakref subclass can have attributes.
If such a weakref holds the only strong reference to the object,
deleting the weakref will delete the object. In this case,
the callback must not be called, because the ref object is being deleted!

16 years agoIssue 3116: fix quadratic behavior in marshal.dumps().
Raymond Hettinger [Mon, 16 Jun 2008 01:42:40 +0000 (01:42 +0000)]
Issue 3116: fix quadratic behavior in marshal.dumps().

16 years agoForward-port new test from r64300.
Georg Brandl [Sun, 15 Jun 2008 19:54:36 +0000 (19:54 +0000)]
Forward-port new test from r64300.

16 years agoMerged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via svnmerge...
Benjamin Peterson [Sun, 15 Jun 2008 02:31:05 +0000 (02:31 +0000)]
Merged revisions 63661,63666,63695,63711,63729,63769,63790,63880,63886 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r63661 | georg.brandl | 2008-05-26 05:26:20 -0500 (Mon, 26 May 2008) | 2 lines

  Add import fixes for dbm package.
........
  r63666 | georg.brandl | 2008-05-26 05:49:09 -0500 (Mon, 26 May 2008) | 2 lines

  Add xmlrpc package fixes.
........
  r63695 | georg.brandl | 2008-05-26 10:14:33 -0500 (Mon, 26 May 2008) | 2 lines

  Add fixer entries for http package.
........
  r63711 | benjamin.peterson | 2008-05-26 13:43:51 -0500 (Mon, 26 May 2008) | 2 lines

  add import mapping for test.test_support -> test.support
........
  r63729 | benjamin.peterson | 2008-05-26 16:31:03 -0500 (Mon, 26 May 2008) | 2 lines

  mapping for commands module -> subprocess
........
  r63769 | brett.cannon | 2008-05-29 00:13:13 -0500 (Thu, 29 May 2008) | 1 line

  Fixer for UserString.UserString over to the collections module.
........
  r63790 | brett.cannon | 2008-05-29 14:13:51 -0500 (Thu, 29 May 2008) | 4 lines

  Add a fixer for UserList.

  Closes issue #2878. Thanks to Quentin Gallet-Gilles for the patch.
........
  r63880 | collin.winter | 2008-06-01 18:09:38 -0500 (Sun, 01 Jun 2008) | 6 lines

  Move lib2to3/fixes/{basefix,util}.py down to lib2to3/.

  This is step 1 of turning lib2to3/ into a general-purpose refactoring
  library, reusable by other projects.
........
  r63886 | collin.winter | 2008-06-01 22:15:01 -0500 (Sun, 01 Jun 2008) | 5 lines

  Allow refactoring tools to specify a directory for fixer modules.

  This is step 2 of turning lib2to3/ into a general-purpose refactoring
  library, reusable by other projects. Step 1: r63880.
........

16 years agosilence the test when it is skipped on some platforms. should fix a
Gregory P. Smith [Sat, 14 Jun 2008 17:34:09 +0000 (17:34 +0000)]
silence the test when it is skipped on some platforms.  should fix a
buildbot.

16 years agoDisable UAC by default.
Martin v. Löwis [Sat, 14 Jun 2008 14:24:47 +0000 (14:24 +0000)]
Disable UAC by default.

16 years agoSet eol-style to CRLF for all batch files.
Martin v. Löwis [Sat, 14 Jun 2008 11:51:54 +0000 (11:51 +0000)]
Set eol-style to CRLF for all batch files.

16 years agoAvoid rebuilding tcl/tk.
Martin v. Löwis [Sat, 14 Jun 2008 11:50:59 +0000 (11:50 +0000)]
Avoid rebuilding tcl/tk.
Merge x86 changes into AMD64.

16 years agoSince python2.6 must run on Windows 2000,
Amaury Forgeot d'Arc [Sat, 14 Jun 2008 09:44:41 +0000 (09:44 +0000)]
Since python2.6 must run on Windows 2000,
explicitely disable the use of Windows XP themes when compiling tk.
This is also consistent with the WINVER=0x0500 option.

16 years agoon windows, r64214 broke compilation with some recent SDKs,
Amaury Forgeot d'Arc [Sat, 14 Jun 2008 08:36:07 +0000 (08:36 +0000)]
on windows, r64214 broke compilation with some recent SDKs,
because IPPROTO_IPV6 may be an enumeration member...