Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Malcolm Greene Newsgroups: comp.lang.python Subject: Re: Max size of Python source code and compiled equivalent Date: Thu, 21 Jul 2016 13:27:59 -0400 Lines: 10 Message-ID: References: <1469119864.416096.672987297.69184C7E@webmail.messagingengine.com> <1469122079.424705.673026689.0541FBF5@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de h/pXNd0C/tHQidAoBorxSAhKlXoV++aNKlrJmd/tsT+A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'subject:code': 0.07; 'received:internal': 0.09; '-name': 0.16; 'from:addr:python': 0.16; 'malcolm': 0.16; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'bit': 0.23; 'header:In-Reply-To:1': 0.24; "i'm": 0.30; 'curious': 0.33; 'info': 0.34; 'library.': 0.35; 'question,': 0.35; 'skip:. 20': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'thanks': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'more': 0.63; 'great': 0.63; 'jul': 0.72; 'subject:source': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bdurham.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=/t3j8UqEmoMK1T9jU18ofIbgrDk=; b=KYpK9g MKzDQkAXY0f2Vl2sUjyW19r3kVXNq1fSaxXQRIdHqQCShxNvVFFjLhh1PCs/O8HS BeB0O9cHkUbEJ2bzfwy+YK8u/f14e/Pz3R+hiel5PIgeIUD8s3VMQv4fKt/jsRJc dfle5t5Fm8F9dUHDSBqmWJ0/mPurfGwB5XCUw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=/t3j8UqEmoMK1T9 jU18ofIbgrDk=; b=fe7b7zswQvOoZ9/lpmCl3NveAK6GMxwB8Qaa6UfAJdUM2jw T4Qat8bqyYGWNhJPh9sdlfbyNq9h0sjy+q8hJvUjx/6hVwUAVQrsJWF2XlhIFz/m HB0pXIP5J8R+Rf8sqQLzwhfkLmFBIdhqJECUD0jPvHhgQPvYwxWqsNajQB2Q= X-Sasl-Enc: uc0O8RUG8wBxIsA9J+OO7pibOUE5VPOAnW+Dj1we1MK3 1469122079 X-Mailer: MessagingEngine.com Webmail Interface - ajax-2ccfea0a In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1469122079.424705.673026689.0541FBF5@webmail.messagingengine.com> X-Mailman-Original-References: <1469119864.416096.672987297.69184C7E@webmail.messagingengine.com> Xref: csiph.com comp.lang.python:111726 > Heh, great question, and I'm curious too! But one place to get a bit more info is the standard library. > > rosuav@sikorsky:~/cpython/Lib$ find -name \*.py|xargs ls -lS|head > -rw-r--r-- 1 rosuav rosuav 624122 Jul 17 17:38 ./pydoc_data/topics.py Brilliant! :) Thanks Chris! Malcolm