File names with slashes [was Re: error in os.chdir]

Mikhail V mikhailwas at gmail.com
Tue Jul 3 08:06:50 EDT 2018


Greg wrote:

> Mikhail V wrote:
> >   s= "\"s\""   ->
> >   s=  {"s"}
>
> But now you need to find another way to represent set literals.


I need to find? That comment was not about (current) Python but
rather how I think string should have been from the beginning.

So you already like it and want in Python ?  :-)
Fitting it into current Python would need some prefix e.g.

    s = !{hello}



More information about the Python-list mailing list