Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
interesting gotcha
#1
i have been putting comments in the triple-quoted string at the beginning of modules and functions.  this was the source of some errors that did not say what line number.   the error was putting backslash followed by "x[0-9a-f][0-9a-f]" as part of a comment about what backslash-X codes can be decoded by the function.  but since these were in a real string, python was really parsing it all and doing its own backslash-X decoding.  nice that it made me spend a half hour figuring this out because it would not tell me what line number.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
interesting gotcha - by Skaperen - Nov-27-2017, 07:49 AM
RE: interesting gotcha - by wavic - Nov-27-2017, 07:58 AM
RE: interesting gotcha - by Skaperen - Nov-27-2017, 09:01 AM
RE: interesting gotcha - by wavic - Nov-27-2017, 09:20 AM
RE: interesting gotcha - by Skaperen - Nov-28-2017, 02:55 AM
RE: interesting gotcha - by metulburr - Nov-28-2017, 01:29 PM
RE: interesting gotcha - by Skaperen - Nov-29-2017, 01:09 AM
RE: interesting gotcha - by wavic - Nov-29-2017, 10:17 PM
RE: interesting gotcha - by Skaperen - Nov-30-2017, 01:20 AM
RE: interesting gotcha - by wavic - Nov-30-2017, 02:11 AM
RE: interesting gotcha - by Skaperen - Nov-30-2017, 03:19 AM
RE: interesting gotcha - by wavic - Nov-30-2017, 03:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  An interesting BUG with double assignment Gribouillis 2 770 Oct-08-2023, 01:56 PM
Last Post: Gribouillis
  most interesting or useful modules? t4keheart 7 3,439 Jan-20-2020, 06:03 AM
Last Post: wavic
  Interesting/Fun Scripts? ejected 2 2,398 Mar-27-2019, 07:49 AM
Last Post: Skaperen
  Interesting article on PyTourch Larz60+ 0 2,292 Jan-03-2018, 09:06 PM
Last Post: Larz60+
  Any interesting works in progress? mpd 5 3,775 Dec-15-2017, 09:34 PM
Last Post: wavic
  An interesting blog wavic 0 2,396 Dec-12-2017, 09:09 PM
Last Post: wavic
  Interesting new features in python3 Kebap 8 5,920 Jul-05-2017, 03:53 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020