Hacker News new | ask | show | jobs
by shpx 1596 days ago
If they change

    print(repr('some string'))
to print

    "some string"
instead of

    'some string'
then that would remove the only hangup about Black that I have.