Revision history of "Python fcntl Test"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 17:22, 24 May 2008PeterHarding talk contribs 459 bytes +459 New page: <pre> #! /usr/bin/env python2.2 """Test program for the fcntl C module. Roger E. Masse """ import struct import fcntl import os, sys import datetime curr = datetime.datetime.now() pr...