Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.064 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.01; 'pep': 0.07; 'received:74.125.82.174': 0.12; 'received:mail- wy0-f174.google.com': 0.12; 'library?': 0.16; 'subject:PEP': 0.16; 'function': 0.27; 'message-id:@mail.gmail.com': 0.28; 'subject:?': 0.29; 'to:addr:python-list': 0.32; 'community': 0.33; 'module': 0.33; 'two': 0.37; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'add': 0.39; 'header:Received:5': 0.40; 'package?': 0.84; 'subject:When': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=7fuUuFgFAUE/IxTbLva7uvm+hcf7+1ITAzgYL3DVteo=; b=Jp8ks/UR77WuHD5vOoOZ6chTXsLVQaKYNW8fqbuKSipOp5vcP4/NkR6F2JpacEexfD 6CF613bTpdvt5Tcfpm7iSexTIeB1BSHM+4i4x8NnJbmjwbBxwP6O5Mjjj/GnrIXI/Pps KcmQjKggSBxjvB5CKCtmjWn56BXAa636uA0/U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=r+UXMMeDnKS2eXG+ATQP/BPdCLc4PY5KpV+2NF3X7Tdh5dpAOxvrNOgE3BzQfWPIgd 8CL7gHFm+V65cWen5YK/Xd2fwEyQ8Sq8feBOYv05xokEEEbFe1vlhfDHCv6eyWoNJdW2 4BwIpHsSI/iZElnt4HD3YS8Tuyq/tDRQru8/M= MIME-Version: 1.0 Date: Sat, 23 Apr 2011 17:46:26 +0530 Subject: When is PEP necessary? From: Disc Magnet To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303560988 news.xs4all.nl 81475 [::ffff:82.94.164.166]:48113 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3907 Is PEP necessary to add a new package to the standard library? What if the community just wants to add a new module to an existing package? What if only a new function has to be added to a module in the standard library? What if only a line or two are to be added to a function in the standard library?