Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!nuzba.szn.dk!pnx.dk!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.078 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'only,': 0.07; 'subject:method': 0.09; 'throw': 0.09; 'stored': 0.10; '4-digit': 0.16; 'limit,': 0.16; 'integer': 0.17; 'subject:page': 0.17; 'to:name:python-list@python.org': 0.20; 'header:In-Reply-To:1': 0.25; 'appear': 0.26; 'asking': 0.32; 'correctly.': 0.33; 'subject: .': 0.33; 'to:addr:python-list': 0.33; 'point.': 0.33; 'doing': 0.35; 'table': 0.35; 'but': 0.36; 'received:71': 0.36; 'thank': 0.36; 'charset:us-ascii': 0.36; 'being': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'where': 0.40; 'think': 0.40; 'your': 0.60; 'kind': 0.61; 'gone': 0.64; 'digits?': 0.84; 'realm': 0.84; 'subject:Using': 0.84; 'why?': 0.84 From: "Leonard, Arah" To: "python-list@python.org" Subject: RE: Using filepath method to identify an .html page Thread-Topic: Using filepath method to identify an .html page Thread-Index: AQHN+LiTFuT/yNFUjk+APU7uX4nY65hVg8SA Date: Tue, 22 Jan 2013 16:23:16 +0000 References: <50fe787e$0$30003$c3e8da3$5496439d@news.astraweb.com> <50fe8e69$0$30003$c3e8da3$5496439d@news.astraweb.com> <0459659d-4ec2-4c7d-bee3-b4e363c916dd@googlegroups.com> <9d89d978-e570-4b2c-a18e-58d86c35dd4c@googlegroups.com> In-Reply-To: <9d89d978-e570-4b2c-a18e-58d86c35dd4c@googlegroups.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.73.1.96] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 22 Jan 2013 16:23:16.0599 (UTC) FILETIME=[C88F5870:01CDF8BC] X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358871799 news.xs4all.nl 6860 [2001:888:2000:d::a6]:42870 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37300 > Thank you but the number needs to be a 4-digit integer only, if its to be= stored in the database table correctly. Okay, I think we need to throw the flag on the field at this point. What y= ou're asking for has gone into a realm where you clearly don't even appear = to understand what you're asking for. What is the reason for your integer being limited to only 4 digits? Not ev= en databases are limited in such a way. So what are you doing that imposes= that kind of a limit, and why?