Original ticket http://projects.scipy.org/numpy/ticket/1783 on 2011-03-25 by @mwiebe, assigned to unknown.
For #2271, support was added for the format() function to numpy scalars. This support downcasts long doubles to doubles, so cannot print long doubles at their full precision. This should be fixed with custom formatting code in that case.