<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I think python is expecting a octet number from the 
input?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>- Joe</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt 新細明體">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt 新細明體; font-color: black"><B>From:</B> 
  <A title=peter@commonlawgov.us href="mailto:peter@clgus">peter@clgus</A> 
</DIV>
  <DIV style="FONT: 10pt 新細明體"><B>To:</B> <A title=python-list@python.org 
  href="mailto:python-list@python.org">python-list@python.org</A> </DIV>
  <DIV style="FONT: 10pt 新細明體"><B>Sent:</B> Monday, March 14, 2005 10:51 
AM</DIV>
  <DIV style="FONT: 10pt 新細明體"><B>Subject:</B> Bug?</DIV>
  <DIV><BR></DIV>Hello<BR><BR>Ive recently found that you cannot type anything 
  over 7 into a number that is preceded with a 
  0.<BR>ex:<BR>     >>> 01<BR>    
  1<BR>    >>> 07<BR>    
  7<BR>    >>> 08<BR>    SyntaxError: 
  invalid token<BR>    >>> 011<BR>    
  9<BR>    >>> 017<BR>    
  15<BR>    >>> 077<BR>    
  63<BR>    >>> 078<BR>    SyntaxError: 
  invalid token<BR><BR>I know this isnt that big of a problem,<BR>but i cannot 
  think of one reason why they would not allow numbers preceded with a 0 to have 
  a number<BR>higher then a 7 in them...<BR>And it seems very inconsistant to 
  me...<BR><BR>Is there a reason for 
  this?<BR><BR>Thanks<BR>Peter<BR><BR><BR><BR>-- <BR>No virus found in this 
  outgoing message.<BR>Checked by AVG Anti-Virus.<BR>Version: 7.0.308 / Virus 
  Database: 266.7.2 - Release Date: 3/11/2005<BR><BR>-- <BR><A 
  href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</A><BR></BLOCKQUOTE></BODY></HTML>