commit | bb804c74a095efe20bc315f7ea83475d5b14a288 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 29 10:07:38 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 29 10:07:38 2010 +0000 |
tree | d9227bcd70f80f9d38d5af598d8a2dd9c2706f5e | |
parent | ef9525af01fc7e9bd44d790864657f8d918aedfe [diff] |
Merged revisions 80610 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80610 | antoine.pitrou | 2010-04-29 12:05:40 +0200 (jeu., 29 avril 2010) | 4 lines Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions of the Linux kernel. Patch by Yaniv Aknin. ........