Staging
v0.5.1
https://github.com/python/cpython
Revision f3fa07470381b4f54b2d3f911fc22624e9b0b27d authored by Antoine Pitrou on 31 January 2010, 22:26:04 UTC, committed by Antoine Pitrou on 31 January 2010, 22:26:04 UTC
  file position when calling `truncate()`.  It would previously change the
  file position to the given argument, which goes against the tradition of
  ftruncate() and other truncation APIs.  Patch by Pascal Chambon.
1 parent e70c72c
Raw File
Tip revision: f3fa07470381b4f54b2d3f911fc22624e9b0b27d authored by Antoine Pitrou on 31 January 2010, 22:26:04 UTC
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
Tip revision: f3fa074
python-wing.wpr
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': (),
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top