Use native sets if available
Status: Alpha
Brought to you by:
blammit
trunk/src/mac/_bluetoothsockets.py uses "import sets" from Python 2.3.
The sets module has since become standard in later versions of python and displays a deprecation warning. Changed the code to use native set class if available, or continue to import sets if using an older version of python, maintaining backward compatibility.
"svn diff" from rev 30