This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Bluetooth support for FreeBSD systems.
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: hyeshik.chang Nosy List: hyeshik.chang, loewis
Priority: normal Keywords: patch

Created on 2004-01-31 14:32 by hyeshik.chang, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
freebsd-bluetooth.diff hyeshik.chang, 2004-01-31 14:32 a proposed patch
Messages (3)
msg45326 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2004-01-31 14:32
Attached patch tunes socketmodule for FreeBSD support
of bluetooth.
FreeBSD supports SCO via HCI, but the current
implementation can't be adapted to it readily yet.
msg45327 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-02-01 19:47
Logged In: YES 
user_id=21627

The patch is fine, please apply.

There is no need to incorporate generated files (configure,
config.h.in) in SF  patches, though. They outdate quickly,
and need to be regenerated by whoever applies the patch, anyway.
msg45328 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2004-02-02 06:08
Logged In: YES 
user_id=55188

Checked in as:
configure.in 1.449
Modules/socketmodule.c 1.283
configure 1.438
pyconfig.h.in 1.92

Thanks for the review!
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39884
2004-01-31 14:32:03hyeshik.changcreate