~ubuntu-branches/ubuntu/trusty/python3.3/trusty

« back to all changes in this revision

Viewing changes to Modules/fcntlmodule.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-11-19 08:46:55 UTC
  • mfrom: (22.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20131119084655-pueqfadzs5v1xf53
Tags: 3.3.3-1
* Python 3.3.3 release.
* Update to 20131119 from the 3.3 branch.
* Regenerate the patches.
* Update the symbols files.
* Fix test support when the running kernel doesn't handle port reuse.
* libpython3.3-minimal replaces libpython3.3-stdlib (<< 3.2.3-7).
  Closes: #725240.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
"flock(fd, operation)\n\
310
310
\n\
311
311
Perform the lock operation op on file descriptor fd.  See the Unix \n\
312
 
manual page for flock(3) for details.  (On some systems, this function is\n\
 
312
manual page for flock(2) for details.  (On some systems, this function is\n\
313
313
emulated using fcntl().)");
314
314
 
315
315