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.

Author pitrou
Recipients amaury.forgeotdarc, giampaolo.rodola, mluis, neologix, ogait87, orsenthil, pitrou, rosslagerwall, slanden, vstinner
Date 2011-10-05.17:17:17
SpamBayes Score 0.0001132558
Marked as misclassified No
Message-id <1317834824.3713.2.camel@localhost.localdomain>
In-reply-to <1317834563.88.0.461612720392.issue10141@psf.upfronthosting.co.za>
Content
> I had never heard about it before this issue, but the protocol is really simple.
> 
> If you want to try it out (just for fun :-), you just have to do the following:
> # modprobe vcan
> # ip link add dev vcan0 type vcan
> # ifconfig vcan0 up

Ah, thanks! Can you add a comment about that in test_socket.py?
I can confirm that all tests pass ok on my Linux system (kernel
2.6.38.8-desktop-5.mga).
History
Date User Action Args
2011-10-05 17:17:18pitrousetrecipients: + pitrou, amaury.forgeotdarc, orsenthil, vstinner, giampaolo.rodola, neologix, slanden, rosslagerwall, ogait87, mluis
2011-10-05 17:17:18pitroulinkissue10141 messages
2011-10-05 17:17:17pitroucreate