Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • U uPython-mirror
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTE
  • uPython-mirror
  • Repository

Switch branch/tag
  • uPython-mirror
  • unix
  • mpconfigport.h
Find file BlameHistoryPermalink
  • Paul Sokolovsky's avatar
    py: Implement proper separation between io.FileIO and io.TextIOWrapper. · 9e29666b
    Paul Sokolovsky authored May 19, 2014
    io.FileIO is binary I/O, ans actually optional. Default file type is
    io.TextIOWrapper, which provides str results. CPython3 explicitly describes
    io.TextIOWrapper as buffered I/O, but we don't have buffering support yet
    anyway.
    9e29666b

Replace mpconfigport.h

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.