Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

objtuple.c

  • Damien George's avatar
    11de8399
    py: Small changes to objstr.c, including a bug fix. · 11de8399
    Damien George authored
    Some small fixed:
    
    - Combine 'x' and 'X' cases in str format code.
    
    - Remove trailing spaces from some lines.
    
    - Make exception messages consistently begin with lower case (then
    needed to change those in objarray and objtuple so the same
    constant string data could be used).
    
    - Fix bug with exception message having %c instead of %%c.
    11de8399
    History
    py: Small changes to objstr.c, including a bug fix.
    Damien George authored
    Some small fixed:
    
    - Combine 'x' and 'X' cases in str format code.
    
    - Remove trailing spaces from some lines.
    
    - Make exception messages consistently begin with lower case (then
    needed to change those in objarray and objtuple so the same
    constant string data could be used).
    
    - Fix bug with exception message having %c instead of %%c.