Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > What replaces `` in py3k?

Reply
Thread Tools

What replaces `` in py3k?

 
 
bukzor
Guest
Posts: n/a
 
      05-21-2008
In Python 3, backticks (``) are being removed. The plan is to create
an automatic way to port python2 programs to python3, so my question
is:

What are backticks going to be translated into? I tried looking at the
2to3 fixer source code, but as far as I can tell they haven't written
that part yet.

http://svn.python.org/view/sandbox/t...lib2to3/fixes/

 
Reply With Quote
 
 
 
 
Jonathan Gardner
Guest
Posts: n/a
 
      05-21-2008
On May 21, 10:45*am, bukzor <workithar...@gmail.com> wrote:
> What are backticks going to be translated into?


repr
 
Reply With Quote
 
 
 
 
bukzor
Guest
Posts: n/a
 
      05-21-2008
On May 21, 10:48 am, Jonathan Gardner <jgard...@jonathangardner.net>
wrote:
> On May 21, 10:45 am, bukzor <workithar...@gmail.com> wrote:
>
> > What are backticks going to be translated into?

>
> repr


Thanks for the quick reply!
--Buck
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MasterPage really replaces frame? Peregrin ASP .Net 5 06-27-2006 10:55 PM
New Java Podcast - the Java Posse (replaces the JavaCast) Dick Wall Java 0 10-15-2005 06:12 PM
What API replaces the unlock API that existed in gcc 2.9.3? Shlomo Anglister C++ 1 08-02-2004 06:50 PM
what replaces #include in .Net? David ASP .Net 8 07-02-2004 04:40 PM
What replaces RMI? Robert Mazur Java 3 02-06-2004 03:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57