Кстати: 
The formats behave analogously to those of Printf with the
   268		following exceptions:
   269	
   270			%p is not implemented
   271			%T is not implemented
   272			%e %E %f %F %g %G are all equivalent and scan any floating point or complex value
   273			%s and %v on strings scan a space-delimited token
   274			Flags # and + are not implemented.