<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>



Hi All,<BR>&nbsp;<BR>I'm playing with open source&nbsp;package &nbsp;and I am getting an error with prefix "b" with a string literal with expected str and got bytes. Here is a simple example, IronPython 2.7.2 alpha I get the following<BR>&nbsp;<BR>&gt;&gt;&gt; type(b"/")<br>&lt;type 'bytes'&gt;<BR>&nbsp;<BR>In CPython 2.7.2 I get the following<BR>&nbsp;<BR>&gt;&gt;&gt; type(b"/")<br>&lt;type 'str'&gt;<BR>&nbsp;<BR>I searched for more information on this but I didn't find alot&nbsp;on it.&nbsp;I did find one site&nbsp;indicating that this is a python 3.0 feature, I just wanted to confirm. <BR>&nbsp;<BR>Thanks.<BR>&nbsp;<BR>Danny<BR>                                               </div></body>
</html>