mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
Retain copyright of processing examples. This was requested by a Debian maintainer during packaging of the multiprocessing package for 2.4/2.5
This commit is contained in:
parent
1f8b49f517
commit
eac8071e16
7 changed files with 21 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
# Not sure if we should synchronize access to `socket.accept()` method by
|
||||
# using a process-shared lock -- does not seem to be necessary.
|
||||
#
|
||||
# Copyright (c) 2006-2008, R Oudkerk
|
||||
# All rights reserved.
|
||||
#
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue